NPM version still at 0.8
vibrantrida opened this issue · 5 comments
Hi, I noticed that the following code doesn't run as intended with the latest distribution builds from the release
and develop
branch:
square.bind('UpdateFrame', function(){
this.rotation = this.rotation + 1;
});
However, using the build from the testing
branch, the code above works as expected.
The documentation on 2D uses the testing
build by default and changing it to use either release
or develop
breaks the demo.
I can't seem to reproduce -- if I change the demo in the docs to use the most recent release (0.9.0), it still works.
Could you check which version of Crafty are you using? How did you install it?
Aha, from looking at your other issue, I know what's going on -- I didn't update the node module with the 0.9 release. :(
I'll update the issue title, and see about fixing this.
Hopefully fixed now? The registry now has 0.9.0 as the latest version, though the package page hasn't updated yet.
I'll leave this issue open until I've confirmed that the package page is correct.
Looks like this is a known npm issue (that's been ongoing since July 5? :|).
I've confirmed that npm install craftyjs
results in version 0.9, so closing this issue.
Thanks for the report!
lovely! for some reason, I didn't get any notification that you replied to this ticket.