Ignore package-lock.json

This commit is contained in:
Adrian Moennich 2018-05-07 17:20:44 +02:00
parent 9f1e29d293
commit 2a763613ba
2 changed files with 2 additions and 21 deletions

2
.gitignore vendored
View File

@ -16,3 +16,5 @@ wheelhouse/
*.mo
webpack-build-config.json
node_modules/
package-lock.json
*.lock

View File

@ -1,21 +0,0 @@
{
"name": "indico-plugin-piwik",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"jqtree": {
"version": "1.4.5",
"resolved": "https://registry.npmjs.org/jqtree/-/jqtree-1.4.5.tgz",
"integrity": "sha512-IHBW/tN0QrfiNr8MJwIsw6deCzrd7GdcG2cpT5tsKnBeuF4d4NlHNsTv0pOywiGY9cH2NVKyoMhp8A9O8I3Wtw==",
"requires": {
"jquery": "3.3.1"
}
},
"jquery": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/jquery/-/jquery-3.3.1.tgz",
"integrity": "sha512-Ubldcmxp5np52/ENotGxlLe6aGMvmF4R8S6tZjsP6Knsaxd/xp3Zrh50cG93lR6nPXyUFwzN3ZSOQI0wRJNdGg=="
}
}
}