Skip to content

Commit 727e486

Browse files
lemieuxdozoisch
authored andcommitted
move babel-runtime to peer dependencies (dozoisch#12)
1 parent 0bc67b2 commit 727e486

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"babel-core": "~5.8.22",
3333
"babel-eslint": "~4.1.3",
3434
"babel-loader": "~5.3.2",
35+
"babel-runtime": "^5.8.0",
3536
"chai": "~3.3.0",
3637
"child-process-promise": "~1.1.0",
3738
"colors": "~1.1.0",
@@ -54,7 +55,7 @@
5455
"release-script": "^0.5.3",
5556
"webpack": "~1.12.2"
5657
},
57-
"dependencies": {
58-
"babel-runtime": "^5.8.0"
58+
"peerDependencies": {
59+
"babel-runtime": ">=5.8.0"
5960
}
6061
}

0 commit comments

Comments
 (0)