Updating deps, switching to ncc & adding option to not delete labels

This commit is contained in:
Benjamin Lannon 2021-05-29 11:11:43 -04:00
commit f3fc93acca
8 changed files with 337 additions and 7865 deletions

View file

@ -7,12 +7,13 @@
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
"license": "MIT",
"scripts": {
"build": "parcel build index.js --out-dir lib --target node --bundle-node-modules"
"build": "ncc build index.js -o lib -m"
},
"dependencies": {
"@actions/github": "^1.0.0"
"@actions/github": "^5.0.0",
"@actions/core": "^1.3.0"
},
"devDependencies": {
"parcel-bundler": "1.12.3"
"@vercel/ncc": "^0.28.6"
}
}