Skip to content

Commit 33e5647

Browse files
Juhyung Parkmajecty
authored andcommitted
Bump the version of pkg
1 parent ef7f99a commit 33e5647

File tree

3 files changed

+280
-223
lines changed

3 files changed

+280
-223
lines changed

build-binaries

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ try {
1010
}
1111

1212
execSync("mkdir -p binaries");
13-
execSync("yarn pkg -t node8-linux-x86,node8-linux-x64,node8-macos-x64,node8-windows-x86,node8-windows-x64 --out-path binaries/ package.json");
13+
execSync("yarn pkg -t node10-linux-x86,node10-linux-x64,node10-macos-x64,node10-windows-x86,node10-windows-x64 --out-path binaries/ package.json");
1414

1515

1616
const files = [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/commander": "^2.12.2",
2727
"@types/lodash": "^4.14.116",
2828
"@types/node": "^10.7.1",
29-
"pkg": "^4.3.4",
29+
"pkg": "^4.4.0",
3030
"prettier": "1.14.2",
3131
"ts-node": "^7.0.1",
3232
"tslint": "^5.17.0",

0 commit comments

Comments
 (0)