1
Forka 0

commit package-lock.json

This commit is contained in:
Conduitry 2020-04-07 18:52:57 -04:00
parent fa2cfe11f3
commit a32f32ca18
2 ha cambiato i file con 11 aggiunte e 4 eliminazioni

4
.gitignore esterno
Vedi File

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

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