Add support for Windows

This commit is contained in:
Benoit Daloze
2020-01-05 19:33:14 +01:00
parent 9432c89d1a
commit 101f62de1d
7 changed files with 231 additions and 36 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "Download a prebuilt ruby and add it to $PATH",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"lint": "eslint *.js",
"package": "ncc build index.js -o dist"
},
"repository": {