Add package-lock.json

This commit is contained in:
Tom Hu
2020-12-21 16:20:17 -05:00
parent 33f1d301f6
commit 035df630e7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,5 @@
npm i --package-lock-only npm i --package-lock-only
npm run build npm run build
git add package-lock.json
git add dist/index.js git add dist/index.js

3
package-lock.json generated
View File

@@ -2351,8 +2351,7 @@
"is-docker": { "is-docker": {
"version": "2.1.1", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.1.1.tgz",
"integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw==", "integrity": "sha512-ZOoqiXfEwtGknTiuDEy8pN2CfE3TxMHprvNer1mXiqwkOT77Rw3YVrUQ52EqAOU3QAWDQ+bQdx7HJzrv7LS2Hw=="
"optional": true
}, },
"is-extendable": { "is-extendable": {
"version": "0.1.1", "version": "0.1.1",