removed and ignore package-lock.json

no reason to support and maintain both yarn lock and package lock. We
primarily use yarn for all build purposes.
This commit is contained in:
William Welling
2017-09-27 06:29:09 -05:00
parent e74e9ac733
commit 5514264cf6
2 changed files with 2 additions and 14 deletions

2
.gitignore vendored
View File

@@ -29,3 +29,5 @@ morgan.log
yarn-error.log
*.css
package-lock.json

14
package-lock.json generated
View File

@@ -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
}
}
}