Skip to content

Commit

Permalink
fix preamble license in uglify script
Browse files Browse the repository at this point in the history
  • Loading branch information
syt123450 committed Nov 27, 2018
1 parent 6a7f24c commit 97b0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "mocha",
"build": "rollup -c",
"build-publish": "rollup -c && uglifyjs build/tensorspace.js -cm --preamble \"// https://github.com/tensorspace-team/tensorspace/blob/master/LICENSE\" --output build/tensorspace.min.js",
"build-publish": "rollup -c && uglifyjs build/tensorspace.js -b beautify=false,preamble='\"// https://github.com/tensorspace-team/tensorspace/blob/master/LICENSE\"' --output build/tensorspace.min.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
Expand Down

0 comments on commit 97b0dba

Please # to comment.