Skip to content

Commit

Permalink
removes unused stage-o
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Apr 5, 2016
1 parent be96343 commit 9d52ec6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
"test": "mocha --require react-native-mock/mock.js --compilers js:babel-core/register --recursive App/**/__tests__/*.test.js"
},
"babel": {
"presets": [
"react-native",
"stage-0"
],
"presets": ["react-native"],
"plugins": [
"transform-runtime"
]
Expand All @@ -33,7 +30,6 @@
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.7.4",
"babel-preset-react-native": "^1.5.2",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"enzyme": "^2.1.0",
Expand Down

0 comments on commit 9d52ec6

Please sign in to comment.