Skip to content

Commit

Permalink
improve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
loverajoel committed Mar 30, 2016
1 parent f0679a5 commit b0bb35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-multistep-component",
"name": "react-multistep-component2",
"version": "0.0.5",
"description": "A multistep react component",
"main": "dist/dist.js",
Expand All @@ -13,14 +13,14 @@
"prepublish": "npm run build"
},
"dependencies": {
"coveralls": "^2.11.8",
"react": "^0.14.7",
"react-dom": "^0.14.7"
},
"files": [
"/dist/*"
],
"devDependencies": {
"coveralls": "^2.11.8",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
Expand Down

0 comments on commit b0bb35e

Please sign in to comment.