Add package-lock.json

This commit is contained in:
mrliptontea
2017-09-03 13:11:52 +01:00
parent b890e3f487
commit f572a55b7c
2 changed files with 2987 additions and 1 deletions

2983
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -32,7 +32,10 @@
"standard": "^8.5.0" "standard": "^8.5.0"
}, },
"standard": { "standard": {
"globals": [ "$", "localStorage" ], "globals": [
"$",
"localStorage"
],
"ignore": [ "ignore": [
"/javascripts" "/javascripts"
] ]