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
.DS_Store
Thumbs.db
/package-lock.json

View File

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

20566
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff