Skip to content

Commit

Permalink
flowtype support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkis committed Apr 11, 2016
1 parent 2a8a60c commit cd6d370
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .flowconfig
@@ -0,0 +1,8 @@
[ignore]
.*/fbjs/.*

[include]

[libs]

[options]
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -3,6 +3,7 @@
"version": "0.1.0",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.js --port 3000 --hot --content-base ./",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"test": "./node_modules/.bin/mocha --require babel-core/register --recursive --require babel-polyfill",
"test:watch": "npm test -- --watch"
},
Expand All @@ -15,6 +16,7 @@
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"chai": "^3.4.1",
"flow-bin": "^0.22.1",
"mocha": "^2.2.5",
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
Expand All @@ -27,7 +29,7 @@
"react-router": "^2.0.0",
"react-router-redux": "^4.0.0",
"redux": "^3.3.1",
"redux-elm": "^1.0.0-alpha",
"redux-elm": "^1.3.0-alpha",
"redux-side-effects": "^1.0.0"
},
"author": "Tomas Weiss <tomasw@salsitasoft.com>",
Expand Down

0 comments on commit cd6d370

Please sign in to comment.