Skip to content

Commit

Permalink
add support to browserify envs without babelify
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciosoares committed Sep 29, 2015
1 parent dbfc9c1 commit fa81000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"url": "https://github.com/mauriciosoares/provent.git"
},
"main": "dist/provent.js",
"browser": "src/provent.js",
"scripts": {
"test": "npm run eslint | npm run karma",
"watch": "watchify src/provent.js -s Provent -o dist/provent.js -v",
Expand Down

0 comments on commit fa81000

Please sign in to comment.