Skip to content

Commit dbbc751

Browse files
committed
fixed build:min
1 parent d7a92a2 commit dbbc751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prebuild": "npm run clean; npm run lint",
1111
"build": "mkdir dist; npm run build:js; npm run build:min",
1212
"build:js": "uglifyjs src/*.js -b 'indent-level=2, quote_style=1' -o dist/mangular.js",
13-
"build:min": "watchify src/*.js -o dist/mangular.min.js",
13+
"build:min": "uglifyjs src/*.js -o dist/mangular.min.js",
1414
"watch": "watch 'npm run build' src/"
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)