Remove babelify transform
To be able to use this module in a browserify project without having to install babelify.
This commit is contained in:
parent
e4d35f999b
commit
36b5dd1dab
|
|
@ -7,11 +7,6 @@
|
|||
"url": "https://github.com/christianalfoni/formsy-react.git"
|
||||
},
|
||||
"main": "lib/main.js",
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"babelify"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"start": "webpack-dev-server --content-base build",
|
||||
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue