2
0
mirror of synced 2025-02-02 09:34:45 +00:00

upgrade flow-bin, add npm script for flow

This commit is contained in:
Ben Styles 2017-04-04 12:17:04 +01:00
parent 912722d331
commit a5aaff8f29

View File

@ -9,7 +9,8 @@
"dev": "npm run compile -- --watch",
"lint": "eslint ./src",
"publish_pages": "gh-pages -d public/",
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'"
"watchcpx": "echo 'See https://github.com/wix/wml for watching changes. \r\n'",
"flow": "flow"
},
"repository": {
"type": "git",
@ -68,7 +69,7 @@
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1",
"flow-bin": "^0.35.0",
"flow-bin": "^0.40.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-native": "^0.42.0"