Bundle it using @zeit/ncc (#3)

* Use @zeit/ncc

* try it

* Ignore dist/* files from linting
This commit is contained in:
Renée Kooi
2019-10-07 10:24:19 +02:00
committed by GitHub
parent e834313fcd
commit 6f3e645196
201 changed files with 4787 additions and 14888 deletions

View File

@@ -7,6 +7,7 @@
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"standard": "^14.3.1"
},
"homepage": "https://github.com/goto-bus-stop/setup-zig",
@@ -23,6 +24,7 @@
"url": "https://github.com/goto-bus-stop/setup-zig.git"
},
"scripts": {
"build": "ncc build index.js -o dist",
"test": "standard"
},
"dependencies": {
@@ -30,5 +32,10 @@
"@actions/tool-cache": "^1.1.2",
"semver": "^6.3.0",
"simple-get": "^3.1.0"
},
"standard": {
"ignore": [
"dist/**/*.js"
]
}
}