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-demo/
|
||||
*.log
|
||||
aidocs/
|
||||
|
||||
# Development files
|
||||
legacy-backup-script.js
|
||||
integration-example.js
|
||||
MIGRATION.md
|
||||
aidocs/
|
||||
|
||||
# Git and IDE files
|
||||
# Git and CI/CD files
|
||||
.git/
|
||||
.github/
|
||||
.gitignore
|
||||
package-lock.json
|
||||
.vscode/
|
||||
.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