Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Commit

Permalink
Update Libraries in graphy
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Buchou committed Jun 28, 2017
1 parent 18e39fa commit c21d71b
Show file tree
Hide file tree
Showing 4 changed files with 2,431 additions and 23 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TODO

## Build

`npm run build`
`yarn build`

Contains `flow` and `eslint`

Expand Down
37 changes: 16 additions & 21 deletions package.json
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]",
Expand All @@ -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"
]
}
}
2 changes: 1 addition & 1 deletion src/helpers/paper-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const PaperUtil = {
}
}

return initialize(canvas)
return initialize()
}
}

Expand Down
Loading

0 comments on commit c21d71b

Please sign in to comment.