npx fixpack
This commit is contained in:
parent
a806e811e0
commit
876f6a1254
12
package.json
12
package.json
|
@ -6,6 +6,12 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.1.3",
|
||||
"@actions/tool-cache": "^1.1.2",
|
||||
"semver": "^6.3.0",
|
||||
"simple-get": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"standard": "^14.3.1"
|
||||
|
@ -27,12 +33,6 @@
|
|||
"build": "ncc build index.js -o dist",
|
||||
"test": "standard"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.1.3",
|
||||
"@actions/tool-cache": "^1.1.2",
|
||||
"semver": "^6.3.0",
|
||||
"simple-get": "^3.1.0"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"dist/**/*.js"
|
||||
|
|
Loading…
Reference in New Issue
Block a user