diff --git a/.gitignore b/.gitignore index 7df49fa..5d2fac3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ resources public -node_modules backups diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 2992cb0..0000000 --- a/package-lock.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "requires": true, - "lockfileVersion": 1, - "dependencies": { - "source-sans-pro": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/source-sans-pro/-/source-sans-pro-3.6.0.tgz", - "integrity": "sha512-C1RFUGu+YASuqpgDRInTM7Y6OwqeWNOuKn7v0P/4Kh66epTI4PYWwPWP5kdA4l/VqzBAWiqoz5dk0trof73R7w==" - }, - "spectre.css": { - "version": "0.5.9", - "resolved": "https://registry.npmjs.org/spectre.css/-/spectre.css-0.5.9.tgz", - "integrity": "sha512-9jUqwZmCnvflrxFGcK+ize43TvjwDjqMwZPVubEtSIHzvinH0TBUESm1LcOJx3Ur7bdPaeOHQIjOqBl1Y5kLFw==" - } - } -}