Skip to content

Commit

Permalink
Turns out pkg doesn't need node 10 if theres no bytecode
Browse files Browse the repository at this point in the history
  • Loading branch information
elicik committed Jul 28, 2019
1 parent adb553a commit 54ac87b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"name": "slippi-helper-js",
"scripts": {
"build": "pkg . --out-path=build/ --targets=node10-linux,node10-win,node10-mac"
"build": "pkg . --out-path=build/ --no-bytecode --public"
},
"version": "0.3.1",
"version": "0.3.2",
"description": "A helper CLI for slp-parser-js to simplify making combo videos",
"main": "index.js",
"bin": "index.js",
Expand Down

0 comments on commit 54ac87b

Please sign in to comment.