fix missing lock for ci-cd
Signed-off-by: Derek Anderson <dmikey@users.noreply.github.com>
This commit is contained in:
parent
0ca18278d8
commit
8178721bd0
@ -2,16 +2,18 @@
|
|||||||
test-data/
|
test-data/
|
||||||
test-demo/
|
test-demo/
|
||||||
*.log
|
*.log
|
||||||
aidocs/
|
|
||||||
|
|
||||||
# Development files
|
# Development files
|
||||||
legacy-backup-script.js
|
legacy-backup-script.js
|
||||||
integration-example.js
|
integration-example.js
|
||||||
MIGRATION.md
|
MIGRATION.md
|
||||||
|
aidocs/
|
||||||
|
|
||||||
# Git and IDE files
|
# Git and CI/CD files
|
||||||
.git/
|
.git/
|
||||||
|
.github/
|
||||||
.gitignore
|
.gitignore
|
||||||
|
package-lock.json
|
||||||
.vscode/
|
.vscode/
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|||||||
20
package-lock.json
generated
Normal file
20
package-lock.json
generated
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "sqlite-snap",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "sqlite-snap",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"bin": {
|
||||||
|
"sqlite-backup": "bin/cli.js"
|
||||||
|
},
|
||||||
|
"devDependencies": {},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=16.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user