1
Fork 0

commit package-lock.json

This commit is contained in:
Conduitry 2020-04-07 18:52:57 -04:00
parent fa2cfe11f3
commit a32f32ca18
2 changed files with 11 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,5 +1 @@
/node_modules/ /node_modules/
/package-lock.json
/pnpm-lock.yaml
/shrinkwrap.yaml
/yarn.lock

11
package-lock.json generated Normal file
View 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
}
}
}