Skip to content

Commit

Permalink
refactor: replace flow-runtime with typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 11, 2017
1 parent cd40bbc commit 0057fac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"development": {
"plugins": [
"typecheck",
"flow-runtime",
"syntax-flow",
"transform-flow-strip-types"
]
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
},
"license": "BSD-3-Clause",
"dependencies": {
"flow-runtime": "0.0.6",
"immutable": "^3.8.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-flow-runtime": "0.0.6",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-typecheck": "^3.9.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
Expand Down

0 comments on commit 0057fac

Please sign in to comment.