diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2017-05-15 11:34:59 +0800 |
---|---|---|
committer | alexlamsl <alexlamsl@gmail.com> | 2017-05-15 11:37:14 +0800 |
commit | ff526be61d3af128c59013e2963b5861645badb7 (patch) | |
tree | 2097cfd7308c5792dabc0fb08dfa8af00d0a7a40 /package.json | |
parent | e005099fb1b9a1b87ac50ba8223255e52cec452d (diff) | |
download | tracifyjs-ff526be61d3af128c59013e2963b5861645badb7.tar.gz tracifyjs-ff526be61d3af128c59013e2963b5861645badb7.zip |
v3.0.5
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/package.json b/package.json index 04b49f80..c84ef8b1 100644 --- a/package.json +++ b/package.json @@ -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" }, |