Added package-lock

This commit is contained in:
Zakary Timson 2022-09-20 14:11:49 -04:00
parent 705a59b0ea
commit a9fa35e496
3 changed files with 20568 additions and 3 deletions

1
.gitignore vendored
View File

@ -40,4 +40,3 @@ testem.log
# System files # System files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
/package-lock.json

View File

@ -17,7 +17,7 @@ npm:
files: files:
- package.json - package.json
paths: paths:
- node_modules - node_modules/
- package-lock.json - package-lock.json
policy: pull-push policy: pull-push
- key: $CI_PIPELINE_ID - key: $CI_PIPELINE_ID
@ -37,7 +37,7 @@ audit:
files: files:
- package.json - package.json
paths: paths:
- node_modules - package-lock.json
policy: pull policy: pull
script: script:
- AUDIT=$(npm audit) - AUDIT=$(npm audit)

20566
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff