This commit is contained in:
Alex Lam S.L
2017-05-15 11:34:59 +08:00
committed by alexlamsl
parent e005099fb1
commit ff526be61d

View File

@@ -4,7 +4,7 @@
"homepage": "http://lisperator.net/uglifyjs",
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
"license": "BSD-2-Clause",
"version": "3.0.4",
"version": "3.0.5",
"engines": {
"node": ">=0.8.0"
},
@@ -36,14 +36,6 @@
"acorn": "~5.0.3",
"mocha": "~2.3.4"
},
"optionalDependencies": {
"uglify-to-browserify": "~1.0.0"
},
"browserify": {
"transform": [
"uglify-to-browserify"
]
},
"scripts": {
"test": "node test/run-tests.js"
},