Skip to content

Commit

Permalink
Remove web build from npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed May 15, 2016
1 parent 9ccc3d4 commit 2dcef4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@
"compress:app": "npm run build:app && gulp compress:app",
"clean": "rm -rf build/ && rm -rf dev/",
"build": "rm -rf ./lib && babel ./src/app --out-dir lib",
"prepublish": "eslint ./src/app && npm run build && npm run build:web && npm run build:umd && npm run build:umd:min",
"prepublish": "eslint ./src/app && npm run build && npm run build:umd && npm run build:umd:min",
"lint": "eslint ."
},
"main": "lib/index.js",
"files": [
"lib",
"dist",
"build/web"
"dist"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 2dcef4e

Please sign in to comment.