Closed rockymanobi closed 9 years ago
I was planning to change the name for npm module (routerjs?). Having it to finish in ".js" can lead to confusion when using commonJS modules. Anyway thank you for the PR I will integrate it. Can you just point it to develop
instead of master
?
Can you just point it to develop instead of master?
Sure. Ill close this PR and send a new one to
develop`.
I was planning to change the name for npm module (routerjs?). Having it to finish in ".js" can lead to confusion when using commonJS modules.
I agree. routerjs
sounds better.
Hi ramiel.
Thanks for great library.
I tried to use route.js with browserify but it fails when compiling. I found that
package.json
does not havemain
property , so i added and it worked.thanks.
FYI
and i got error messages below.