mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge pull request #55 from artlowel/shrinkwrap-optional-deps
removed optional dependencies from npm-shrinkwrap.json
This commit is contained in:
1436
npm-shrinkwrap.json
generated
1436
npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@@ -60,7 +60,7 @@
|
||||
"coverage": "http-server -c-1 -o -p 9875 ./coverage",
|
||||
"webdriver:start": "node node_modules/protractor/bin/webdriver-manager start --seleniumPort 4444",
|
||||
"webdriver:update": "node node_modules/protractor/bin/webdriver-manager update --standalone",
|
||||
"rewrap": "npm shrinkwrap --dev"
|
||||
"rewrap": "npm run clean && npm install --no-optional && npm shrinkwrap --dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "2.2.3",
|
||||
|
Reference in New Issue
Block a user