abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

Add hxnodejs to haxelib.json #69

Open explorigin opened 8 years ago

explorigin commented 8 years ago

Abe depends on hxnodejs but it's not mentioned in the haxelib.json file. When I manually installed hxnodejs, things still didn't work because it's under API-breaking development. Be sure to specify the commit hash or tag that abe works with to ensure easy install. It looks like the commit is https://github.com/HaxeFoundation/hxnodejs/commit/a0af3b9c11e0156113c962dc7efbde131e670819 .

You might consider adding version numbers to the other dependencies as well.

fponticelli commented 8 years ago

Sorry for the inconvenience. Can you specify the commit using haxelib?

explorigin commented 8 years ago

I'm not really sure. You can in NPM like so: https://docs.npmjs.com/files/package.json#git-urls-as-dependencies but I don't know how to test this with haxelib without pushing something up to the repo. I'll post the question to the list.