tubalmartin / karma-chai-sinon

Chai + Sinon-Chai + Sinon for Karma
MIT License
18 stars 6 forks source link

peerDependencies maintanibility #5

Closed jmendiara closed 10 years ago

jmendiara commented 10 years ago

Have you consider using

"peerDependencies": {
   "chai": "*",
   "sinon-chai": "*",
   "sinon": "*"
   "karma": "~0.10.9"
}

To let npm installation process to manage updates and cross-dependencies?

tubalmartin commented 10 years ago

I've been considering your suggestion since you opened the issue and I agree it gives more freedom to developers and it's easier to maintain, so I've just released version 0.1.2 with your suggestion and other minor improvements. Gracias!