ember-data-hal-adapter icon indicating copy to clipboard operation
ember-data-hal-adapter copied to clipboard

Add underscore to package.json

Open eguneys opened this issue 10 years ago • 2 comments

I installed this as an ember-cli add on npm install and it gives me Error: _ is undefined.

eguneys avatar Dec 02 '14 15:12 eguneys

It's in the bower.json, since it's a front-side dependency: https://github.com/locks/ember-data-hal-adapter/blob/master/bower.json#L25 I think the actual problem is that I'm not including the underscore files into the Brocfile, so you might have to do it manually. I'll see about doing that, or removing the underscore dependency.

locks avatar Dec 02 '14 16:12 locks

I've made some changes, I can't do a pull request, why?

eguneys avatar Dec 03 '14 14:12 eguneys