Skip to content

Conversation

@jamiebuilds
Copy link
Contributor

It would be really great if backbone.subroute was published on npm. I made all the necessary changes in order to make it work. If you need help, this doc should help you with pretty much everything. If you need any other help, I can probably answer any questions you have.


Changes:

  • Added .npmignore
  • Fixed license url
  • Changed main attribute to correct file (also fixed here)
  • Move backbone from dependencies to devDependencies (explained below)

I moved backbone to devDependencies because backbone should always be a peer dependency. If you declare it, then something like browserify will require two separate backbones (one from their app, the other from your module), which you really don't want.


If you need anything else in this PR, please let me know. Thanks

geekdave added a commit that referenced this pull request Apr 7, 2014
Prepare module to be published to npm
@geekdave geekdave merged commit c2de57d into BackboneSubroute:master Apr 7, 2014
@geekdave
Copy link
Contributor

geekdave commented Apr 7, 2014

Published here: https://www.npmjs.org/package/backbone.subroute

@jamiebuilds jamiebuilds deleted the patch-1 branch April 7, 2014 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants