Skip to content

Commit

Permalink
package.json: use peerDependencies
Browse files Browse the repository at this point in the history
Modified package.json to include strong-cluster-store as
`peerDependencies`, so that only once instance is installed in the target
application.

Removed sl-mq, which was not used in the module.
  • Loading branch information
Miroslav Bajtos committed Jul 15, 2013
1 parent a3881a4 commit dd00ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -27,8 +27,7 @@
"name": "Miroslav Bajtos",
"email": "miroslav@strongloop.com"
},
"dependencies": {
"sl-mq": "0.0.3",
"peerDependencies": {
"strong-store-cluster": "~0.1.0"
},
"devDependencies": {
Expand All @@ -37,6 +36,7 @@
"blanket": "~1.1.4",
"chai": "~1.7.2",
"connect": "~2.8.4",
"strong-store-cluster": "latest",
"request": "~2.22.0",
"async": "~0.2.9"
},
Expand Down

0 comments on commit dd00ed6

Please sign in to comment.