Move dependencies to peerdependencies

feature/MinimizeSolution
Willem Dantuma 2020-04-02 09:07:19 +02:00
parent 8a6b376373
commit a892cb890b
2 changed files with 5 additions and 5 deletions

View File

@ -39,6 +39,8 @@
"zone.js": "~0.10.2",
"minimist": "^1.2.3",
"ol": "6.1.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",

View File

@ -4,10 +4,6 @@
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
"dependencies": {
"ngx-openlayers": "1.0.0-next.13",
"ol": "6.1.1"
},
"peerDependencies": {
"@angular/core": "^9.1.0",
"ngrx-store-localstorage": "^9.0",
@ -15,6 +11,8 @@
"@ngrx/router-store": "^9.0",
"@ngrx/store": "^9.0",
"tassign": "^1.0.0",
"@farmmaps/common": ">=0.0.1-prerelease.181 <0.0.1"
"@farmmaps/common": ">=0.0.1-prerelease.181 <0.0.1",
"ngx-openlayers": "1.0.0-next.13",
"ol": "6.1.1"
}
}