diff --git a/.gitignore b/.gitignore index 8c806efd19..f8395956f5 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ morgan.log yarn-error.log *.css + +package-lock.json diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 237d24764a..0000000000 --- a/package-lock.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "dspace-angular", - "version": "0.0.1", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "@types/webpack-env": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.13.1.tgz", - "integrity": "sha512-oHyg0NssP2RCpCvE35hhbSqMJRsc5lSW+GFe+Vc65JL+kHII1VMYM+0KeV/z4utFuUqPoQRmq8KMMp7ba0dj6Q==", - "dev": true - } - } -}