Skip to content

Commit

Permalink
feat(package.json): change on how dependencies are installed (added p…
Browse files Browse the repository at this point in the history
…eer deps)

if we depend on the aws-sdk in our app where we also depend on dynamo-easy, we don't want two
versions beeing installed, instead we only want one version
  • Loading branch information
michaelwittwer committed Oct 5, 2017
1 parent e8028a9 commit 5e611ce
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 605 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@
}
},
"devDependencies": {
"aws-sdk": "^2.100.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-es6": "^1.0.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.3",
"@types/debug": "^0.0.30",
"@types/jest": "^21.1.2",
"@types/lodash": "^4.14.74",
Expand Down Expand Up @@ -122,13 +128,12 @@
"typescript": "^2.5.2",
"validate-commit-msg": "^2.14.0"
},
"dependencies": {
"peerDependencies": {
"aws-sdk": "^2.100.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-es6": "^1.0.0",
"reflect-metadata": "^0.1.10",
"rxjs": "^5.4.3",
"uuid": "^3.1.0"
"rxjs": "^5.4.3"
}
}
Loading

0 comments on commit 5e611ce

Please sign in to comment.