diff --git a/.gitignore b/.gitignore index b512c09..51e7ab2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -node_modules \ No newline at end of file +/node_modules + +package-lock.json \ No newline at end of file diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 6295d8c..0000000 --- a/package-lock.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "name": "TuneTales", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "dependencies": { - "jquery-toast-plugin": "^1.3.2" - } - }, - "node_modules/jquery-toast-plugin": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/jquery-toast-plugin/-/jquery-toast-plugin-1.3.2.tgz", - "integrity": "sha512-0j/nfqA2FHFuJXp8QL33EVVCY//TDVfq4LULhTbasZYl2aZlX6YiSF5IGrI31dQiS9S4JkXBUfX3rMJcfl/u/g==" - } - } -}