Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jspears committed May 18, 2016
1 parent 64a674a commit da5d58d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": [
"react",
"es2015-loose"
"es2015-loose",
"stage-0"
]
}
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,26 @@
"author": "Justin Spears",
"license": "",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.3.26",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.7.2",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"expect": "^1.13.4",
"mocha": "^2.3.4",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2"
"subschema-test-support": "^1.3.2"
},
"peerDependencies": {
"react": "^15.0.2"
},
"scripts": {
"dist": "babel -s src --out-dir dist",
"dist": "babel -s true src --out-dir dist",
"test": "mocha --compilers js:babel-register test/*-test.js",
"prepublish": "npm run dist",
"preversion": "npm run prepublish && npm run test"
Expand Down

0 comments on commit da5d58d

Please sign in to comment.