Skip to content

Commit 2bbac4b

Browse files
committed
chore(deps): use UglifyJs for stdlib minifying
1 parent 84c44a9 commit 2bbac4b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@
5555
"pre-commit": "yarn lint"
5656
}
5757
},
58-
"license": "MIT"
58+
"license": "MIT",
59+
"dependencies": {
60+
"uglify-js": "^3.14.5"
61+
}
5962
}

yarn.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)