From 081c639710c5d1d4cf003711ae905bc4ff34de9d Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 21 Dec 2020 11:57:27 +0100 Subject: [PATCH] feat: Suppression des node_modules --- .gitignore | 1 - package-lock.json | 16 ---------------- 2 files changed, 17 deletions(-) delete mode 100644 package-lock.json 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==" - } - } -}