Skip to content

Commit

Permalink
Merge pull request #151 from curbengh/v2.0.0
Browse files Browse the repository at this point in the history
release: 2.0.0
  • Loading branch information
curbengh authored Sep 7, 2020
2 parents 755d0e0 + e29678c commit b7eb3f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ language: node_js
node_js:
- "10"
- "12"
- "node"
- "14"

script:
- npm run eslint
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hexo-uglify",
"version": "1.1.0",
"description": "Minify JavaScript files with UglifyJS.",
"version": "2.0.0",
"description": "Minify JavaScript files with Terser.",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
Expand All @@ -16,13 +16,13 @@
"index.js"
],
"engines": {
"node": ">= 8.6.0"
"node": ">= 10.13.0"
},
"repository": "hexojs/hexo-uglify",
"keywords": [
"hexo",
"filter",
"uglify"
"terser"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
"maintainers": [
Expand Down

0 comments on commit b7eb3f0

Please sign in to comment.