chore: minify output from ncc

This commit is contained in:
Bryant Biggs 2020-10-04 09:40:55 -04:00
parent 332e11279d
commit 04f0e199f5
4 changed files with 4 additions and 10916 deletions

9151
dist/index.js vendored

File diff suppressed because one or more lines are too long

1765
dist/index1.js vendored

File diff suppressed because one or more lines are too long

View file

@ -6,7 +6,7 @@
"scripts": {
"test": "cd wrapper && npm test && cd .. && semistandard --env jest && jest --coverage",
"lint": "cd wrapper && npm run lint && cd .. && semistandard --env jest --fix",
"build": "cd wrapper && npm run build && cd .. && ncc build index.js --out dist",
"build": "cd wrapper && npm run build && cd .. && ncc build index.js -m --out dist",
"postinstall": "cd wrapper && npm install"
},
"keywords": [],

View file

@ -6,7 +6,7 @@
"scripts": {
"test": "semistandard --env jest && jest --coverage",
"lint": "semistandard --env jest --fix",
"build": "ncc build terraform.js --out dist"
"build": "ncc build terraform.js -m --out dist"
},
"author": "",
"dependencies": {