Skip to content

Commit

Permalink
Update package.json dependencies
Browse files Browse the repository at this point in the history
Put all example dependencies in devDependencies.
  • Loading branch information
aboeglin committed Jul 18, 2017
1 parent 4bece6a commit 4510c8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,14 @@
"author": "Arnaud Boeglin",
"license": "MIT",
"name": "react-router-v4-transition",
"version": "0.1.7",
"version": "0.1.8",
"description": "",
"main": "lib/react-router-v4-transition.js",
"repository": {
"type": "git",
"url": "https://github.com/aboeglin/react-router-v4-transition.git"
},
"dependencies": {
"gsap": "^1.20.2",
"prop-types": "^15.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1"
},
"peerDependencies": {
"react": "^15.0.0",
Expand All @@ -24,6 +18,12 @@
"prop-types": "^15.0.0"
},
"devDependencies": {
"gsap": "^1.20.2",
"prop-types": "^15.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand Down

0 comments on commit 4510c8e

Please sign in to comment.