Skip to content

Commit

Permalink
Merge pull request #7 from neftaly/transform
Browse files Browse the repository at this point in the history
Remove transform-runtime
  • Loading branch information
jameshopkins authored Apr 30, 2017
2 parents 2f6da90 + a94425c commit fd4bd15
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": [ "es2015", "stage-0" ],
"plugins": [ "transform-flow-strip-types", "transform-runtime" ],
"plugins": [ "transform-flow-strip-types" ],
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-flow-strip-types": "^6.5.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "^3.5.0",
Expand Down

0 comments on commit fd4bd15

Please sign in to comment.