Skip to content

Commit d868a52

Browse files
committed
update build script
1 parent 7ff2f49 commit d868a52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "standard --fix",
8-
"build": "pkg index.js --target node8-linux-x64,node8-macos-x64,node8-win-x64 --output output/git_aliases",
8+
"build": "pkg index.js --target node-latest-linux-x64,node-latest-macos-x64,node-latest-win-x64 --output output/git_aliases",
99
"postinstall": "node index.js"
1010
},
1111
"keywords": [
@@ -38,4 +38,4 @@
3838
"dependencies": {
3939
"cryptiles": "^4.1.3"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)