npx fixpack

This commit is contained in:
Renée Kooi 2019-10-09 12:34:19 +02:00
parent a806e811e0
commit 876f6a1254
No known key found for this signature in database
GPG Key ID: 497533BAECCD642A

View File

@ -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"