Skip to content

Commit

Permalink
Merge pull request christianalfoni#176 from silvenon/patch-3
Browse files Browse the repository at this point in the history
Make it browserify-friendly
  • Loading branch information
christianalfoni committed Sep 12, 2015
2 parents 3791b19 + c04623a commit a8dd273
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"url": "https://github.com/christianalfoni/formsy-react.git"
},
"main": "src/main.js",
"browserify": {
"transform": [
"babelify"
]
},
"scripts": {
"start": "webpack-dev-server --content-base build",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
Expand Down

0 comments on commit a8dd273

Please sign in to comment.