Skip to content

Commit

Permalink
Updated uglify to uglify-js and ran it
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodeus committed Mar 29, 2018
1 parent 0b4d3f0 commit f23372c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 16 deletions.
50 changes: 38 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"uglify": "uglify -s tuna.js -o tuna-min.js",
"uglify": "uglifyjs tuna.js -o tuna-min.js",
"patch": "npm run uglify && npm version patch && npm publish"
},
"repository": {
Expand All @@ -30,6 +30,6 @@
"homepage": "https://github.com/Theodeus/tuna#readme",
"devDependencies": {
"eslint": "^1.10.3",
"uglify": "^0.1.5"
"uglify-js": "^3.3.16"
}
}

0 comments on commit f23372c

Please sign in to comment.