Switching parcel bundle to target node

This commit is contained in:
Benjamin Lannon 2019-08-25 21:40:52 -04:00
commit 9f2cc7fa2c
3 changed files with 91 additions and 42 deletions

View file

@ -7,7 +7,7 @@
"author": "Benjamin Lannon <benjamin@lannonbr.com>",
"license": "MIT",
"scripts": {
"build": "parcel build index.js --out-dir lib"
"build": "parcel build index.js --out-dir lib --target node --bundle-node-modules"
},
"dependencies": {
"@actions/github": "^1.0.0"