This repository has been archived by the owner on Jan 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from frontrowed/update-libs
Update Libraries in graphy
- Loading branch information
Showing
4 changed files
with
2,431 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ TODO | |
|
||
## Build | ||
|
||
`npm run build` | ||
`yarn build` | ||
|
||
Contains `flow` and `eslint` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "graphy-js", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"author": { | ||
"name" : "Front Row Education", | ||
"email" : "[email protected]", | ||
|
@@ -13,34 +13,29 @@ | |
"url": "https://github.com/frontrowed/graphy.git" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.14.0", | ||
"babel-cli": "^6.14.0", | ||
"babel-eslint": "^6.1.2", | ||
"babel-plugin-transform-class-properties": "^6.11.5", | ||
"babel-plugin-transform-flow-strip-types": "^6.14.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-preset-react": "^6.11.1", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"eslint": "^3.5.0", | ||
"eslint-plugin-flowtype": "^2.19.0", | ||
"eslint-plugin-react": "^6.3.0", | ||
"flow-bin": "^0.32.0" | ||
"babel-core": "6.25.0", | ||
"babel-cli": "6.24.1", | ||
"babel-eslint": "7.2.2", | ||
"babel-plugin-transform-class-properties": "6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "6.22.0", | ||
"babel-preset-es2015": "6.24.1", | ||
"babel-preset-react": "6.24.1", | ||
"babel-preset-stage-0": "6.24.1", | ||
"eslint": "4.1.1", | ||
"eslint-plugin-flowtype": "2.34.0", | ||
"eslint-plugin-react": "7.1.0", | ||
"flow-bin": "0.49.1" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.15.0", | ||
"paper": "^0.10.2", | ||
"react": "^15.3.1" | ||
"lodash": "4.17.4", | ||
"paper": "0.11.4", | ||
"react": "15.6.1" | ||
}, | ||
"scripts": { | ||
"compile": "babel src -d lib/", | ||
"prepublish": "npm run compile", | ||
"build": "npm run lint && npm run flow", | ||
"flow": "flow", | ||
"lint": "eslint src/**/*.js" | ||
}, | ||
"browserify": { | ||
"transform": [ | ||
"babelify" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -551,7 +551,7 @@ const PaperUtil = { | |
} | ||
} | ||
|
||
return initialize(canvas) | ||
return initialize() | ||
} | ||
} | ||
|
||
|
Oops, something went wrong.