Skip to content

Commit

Permalink
Bump up major version to 2
Browse files Browse the repository at this point in the history
Minify dist code
Update dev dependencies
  • Loading branch information
tzkhan committed Oct 24, 2020
1 parent d83c5f0 commit 35bcc91
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "pr-update-action",
"version": "1.1.1",
"version": "2.0.0",
"description": "PR Update GitHub Action",
"main": "index.js",
"scripts": {
"build": "ncc build index.js",
"build": "ncc build index.js --out dist --minify --source-map --license licenses.txt",
"lint": "eslint index.js",
"test": "eslint index.js && jest"
},
Expand All @@ -28,7 +28,8 @@
"@actions/github": "^1.1.0"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
"@vercel/ncc": "^0.24.0",
"eslint": "^7.4.0",
"jest": "^26.1.0"
}
}

0 comments on commit 35bcc91

Please sign in to comment.