Skip to content

Commit

Permalink
chore(package): disable hoodie.min.js build
Browse files Browse the repository at this point in the history
#34

* * *

This commit was sponsored by &yet.

Our friends at &yet have been supporters of Hoodie since its earliest days. <3
And they have availability for new projects! We think they’re some of the best
people you can hire anywhere, but you can read what other people have to say
about them and their work here:

https://andyet.com/case-studies/
  • Loading branch information
gr2m committed Dec 26, 2015
1 parent c48a16f commit 6199c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"scripts": {
"build": "npm-run-all -p build:raw:*",
"build:dev": "npm-run-all prebuild build:raw:dev",
"build:min": "npm-run-all prebuild build:raw:min",
"disabled-build:min": "npm-run-all prebuild build:raw:min",
"build:raw:dev": "browserify -s Hoodie index.js -o dist/hoodie.js",
"build:raw:min": "browserify -s Hoodie -g uglifyify index.js | uglifyjs -c -o dist/hoodie.min.js",
"disabled-build:raw:min": "browserify -s Hoodie -g uglifyify index.js | uglifyjs -c -o dist/hoodie.min.js",
"prebuild": "rimraf dist && mkdirp dist",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
Expand Down

0 comments on commit 6199c94

Please sign in to comment.