commit package-lock.json

このコミットが含まれているのは:
Conduitry 2020-04-07 18:52:57 -04:00
コミット a32f32ca18
2個のファイルの変更11行の追加4行の削除

4
.gitignore vendored
ファイルの表示

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

11
package-lock.json generated ノーマルファイル
ファイルの表示

@ -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
}
}
}