Skip to content

Commit

Permalink
Move babel plugin from dev to main dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vmurin committed Mar 27, 2018
1 parent 3f2a4f8 commit 31189e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"@types/jest": "^19.2.4",
"babel-eslint": "^8.2.2",
"babel-jest": "^20.0.3",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "^1.9.2",
"codecov": "^2.2.0",
Expand All @@ -46,6 +45,7 @@
"prop-types": "^15.6.0"
},
"dependencies": {
"babel-plugin-transform-builtin-extend": "^1.1.2",
"js-base64": "github:vmurin/js-base64",
"url": "^0.11.0"
}
Expand Down

0 comments on commit 31189e9

Please sign in to comment.