2.0.0 release (#8)
* Upgrading action to JS Action * Swapping to double-quotes for strings * Switching parcel bundle to target node * Updating docs
This commit is contained in:
parent
ec1266042a
commit
56bf52020f
11 changed files with 7752 additions and 169 deletions
11
package.json
11
package.json
|
@ -1,13 +1,18 @@
|
|||
{
|
||||
"name": "issue-label-manager-action",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"description": "Will update repo's labels based on data in JSON file located at $REPO/.github/labels.json",
|
||||
"main": "index.js",
|
||||
"scripts": {},
|
||||
"keywords": [],
|
||||
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "parcel build index.js --out-dir lib --target node --bundle-node-modules"
|
||||
},
|
||||
"dependencies": {
|
||||
"actions-toolkit": "0.0.4"
|
||||
"@actions/github": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"parcel-bundler": "1.12.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue