commit package-lock.json
This commit is contained in:
parent
fa2cfe11f3
commit
a32f32ca18
2 changed files with 11 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,5 +1 @@
|
|||
/node_modules/
|
||||
/package-lock.json
|
||||
/pnpm-lock.yaml
|
||||
/shrinkwrap.yaml
|
||||
/yarn.lock
|
||||
|
|
11
package-lock.json
generated
Normal file
11
package-lock.json
generated
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"requires": true,
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"@conduitry/eslint-config": {
|
||||
"version": "git+https://chor.date/eslint-config#629ff643edad56a6700d4acc3d90948c58a4fc09",
|
||||
"from": "git+https://chor.date/eslint-config",
|
||||
"dev": true
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue