One-com / knockout-projections

Knockout.js observable arrays get smarter
5 stars 2 forks source link

Update package.json #16

Closed Nemo157 closed 9 years ago

Nemo157 commented 9 years ago

jasmine-reporters should be a dev dependency so it isn't installed for users of this package.

knockout should be a peer dependency so that inconsistent versions give errors instead of silently including multiple copies.

For example, currently the following dependencies will result in 2 copies of knockout being included, and only one (the one you can't reference from anywhere else) will have the projection enhancements added to it:

{
  "dependencies": {
    "knockout": "~3.1.0",
    "one-com-knockout-projections": "^1.6.0"
  }
}
sunesimonsen commented 9 years ago

Yes - what a mess we inherited - sorry about that ;-)

This fork is kind of dead, we moved the project to https://github.com/One-com/knockout-transformations to take more control over the project, as we think the main project is dead. I'll update the readme with a arning about the relocation. The new project is API compatible from a user perspective, but uses a new namespace internally.