Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
pkg: Use node 10
Browse files Browse the repository at this point in the history
Node 11 doesn't seem to be supported by pkg, also node 10 is an LTS
release, so we may as well use that.

vercel/pkg#584
  • Loading branch information
vHanda committed May 18, 2019
1 parent 19fb915 commit 466ecd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"pkg": "pkg -o google-keep-exporter --targets 'linux,macos,win' dist/main.js",
"pkg": "pkg -o google-keep-exporter --targets 'node10-linux,node10-macos,node10-win' dist/main.js",
"test": "jest src/**"
},
"author": "Vishesh Handa <me@vhanda.in>",
Expand Down

0 comments on commit 466ecd9

Please # to comment.