about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorSorin Davidoi <sorin.davidoi@gmail.com>2017-05-19 02:42:21 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-05-19 02:42:21 +0200
commitf18a6c2cf2162b11beec2b4b17db1f2fd9fdcec0 (patch)
tree0a6caad15182d81866eaec1c87728cbe7b23affc /package.json
parent25e5aa645d171f8438c6835aaaf8735e4e9cca24 (diff)
feat(babel): Strip prop types (#3122)
* feat(babel): Strip prop types

* chore(babel): Indent

* fix(babel): Move babel-plugin-transform-react-remove-prop-types to dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index f65ebaeb1..f19036477 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
     "babel-plugin-transform-object-rest-spread": "^6.23.0",
     "babel-plugin-transform-react-jsx-self": "^6.22.0",
     "babel-plugin-transform-react-jsx-source": "^6.22.0",
+    "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
     "babel-plugin-transform-runtime": "^6.23.0",
     "babel-preset-env": "^1.4.0",
     "babel-preset-react": "^6.11.1",