Skip to content

Commit 300a53f

Browse files
committed
Merge pull request christianalfoni#251 from neoziro/patch-1
Remove babelify transform
2 parents e4d35f9 + 36b5dd1 commit 300a53f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
"url": "https://github.com/christianalfoni/formsy-react.git"
88
},
99
"main": "lib/main.js",
10-
"browserify": {
11-
"transform": [
12-
"babelify"
13-
]
14-
},
1510
"scripts": {
1611
"start": "webpack-dev-server --content-base build",
1712
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",

0 commit comments

Comments
 (0)