Skip to content

Commit

Permalink
Remove and ignore some modules to speed up Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Sep 25, 2015
1 parent ae93a2e commit 47572bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
.*node_modules/phantomjs.*
.*pileup.js/dist.*
.*node_modules/underscore.*
.*node_modules/browserify.*
.*node_modules/istanbul.*
.*node_modules/watchify.*
.*node_modules/sniper.*
.*node_modules/jstransform.*
.*node_modules/coveralls.*
.*node_modules/http-server.*
.*node_modules/jshint.*
.*node_modules/jstransformify.*
.*node_modules/uglify.*

[include]

Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"flow-bin": "^0.16.0",
"http-server": "^0.8.0",
"istanbul": "^0.3.17",
"jscoverage": "^0.5.9",
"jstransform": "^11.0.2",
"jstransformify": "^1.0.0",
"jsxhint": "git://github.com/strml/JSXHint.git",
Expand All @@ -90,7 +89,6 @@
"parse-data-uri": "^0.2.0",
"phantomjs": "^1.9.17",
"prepush-hook": "^0.1.0",
"react-tools": "^0.13.1",
"sinon": "^1.12.2",
"sniper": "^0.2.16",
"source-map": "^0.3.0",
Expand Down

0 comments on commit 47572bf

Please sign in to comment.