behavior3 / behavior3js

Behavior3 client library for Javascript (Behavior Trees for Javascript)
MIT License
402 stars 105 forks source link

npm pulls from wrong repository #5

Closed chrisl8 closed 9 years ago

chrisl8 commented 9 years ago

npm install behavior3js is pulling version 0.1.0 from https://github.com/renatopp/behavior3js instead of the current version from https://github.com/behavior3/behavior3js

EDIT: I just tried the new version and it breaks in node.js, so maybe it is best that npm points to the old version until use of behavior3js in node.js is sorted out fully.

renatopp commented 9 years ago

Hey @chrisl8 , thanks for the feedback. The version in repository is not released yet (it is depending on some updates of the editor). So version 0.1.0 is the thing right now.

I hope to fix these node.js problems with these new updates.

Closing this for now, feel free to reopen it if necessary.