Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit e611b68

Browse files
gnestoralexkuz
authored andcommitted
Move babel-plugin-transform-runtime to devDependencies (#62)
1 parent e51d2f0 commit e611b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"babel-plugin-transform-decorators-legacy": "^1.3.4",
4040
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
4141
"babel-plugin-transform-es3-property-literals": "^6.5.0",
42+
"babel-plugin-transform-runtime": "^6.7.5",
4243
"babel-preset-es2015": "^6.6.0",
4344
"babel-preset-es2015-loose": "^7.0.0",
4445
"babel-preset-react": "^6.5.0",
@@ -61,7 +62,6 @@
6162
"react": "^0.14.0 || ^15.0.0-0"
6263
},
6364
"dependencies": {
64-
"babel-plugin-transform-runtime": "^6.7.5",
6565
"babel-runtime": "^6.6.1",
6666
"react-base16-styling": "^0.4.1",
6767
"react-pure-render": "^1.0.2"

0 commit comments

Comments
 (0)