Skip to content

Commit 4510c8e

Browse files
committed
Update package.json dependencies
Put all example dependencies in devDependencies.
1 parent 4bece6a commit 4510c8e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@
22
"author": "Arnaud Boeglin",
33
"license": "MIT",
44
"name": "react-router-v4-transition",
5-
"version": "0.1.7",
5+
"version": "0.1.8",
66
"description": "",
77
"main": "lib/react-router-v4-transition.js",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/aboeglin/react-router-v4-transition.git"
1111
},
1212
"dependencies": {
13-
"gsap": "^1.20.2",
14-
"prop-types": "^15.0.0",
15-
"react": "^15.6.1",
16-
"react-dom": "^15.6.1",
17-
"react-router": "^4.1.1",
18-
"react-router-dom": "^4.1.1"
1913
},
2014
"peerDependencies": {
2115
"react": "^15.0.0",
@@ -24,6 +18,12 @@
2418
"prop-types": "^15.0.0"
2519
},
2620
"devDependencies": {
21+
"gsap": "^1.20.2",
22+
"prop-types": "^15.0.0",
23+
"react": "^15.6.1",
24+
"react-dom": "^15.6.1",
25+
"react-router": "^4.1.1",
26+
"react-router-dom": "^4.1.1",
2727
"babel-core": "^6.25.0",
2828
"babel-loader": "^7.1.1",
2929
"babel-plugin-transform-class-properties": "^6.24.1",

0 commit comments

Comments
 (0)