10BC0 Remove babelify transform · coderabsolute/formsy-react@36b5dd1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36b5dd1

Browse files
committed
Remove babelify transform
To be able to use this module in a browserify project without having to install babelify.
1 parent e4d35f9 commit 36b5dd1

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)
0