ember-engines / ember-asset-loader

Asset loading support for Ember applications
MIT License
34 stars 27 forks source link

add .git to npmignore #84

Closed ghost closed 5 years ago

ghost commented 5 years ago

This could resolve the issue about the error EISGIT when performing npm-install.

rwjblue commented 5 years ago

Thanks!

ghost commented 5 years ago

@rwjblue No problem! I got this error with the update of ember-engines to version 0.8.0. If someone do a release of this package with the change, I could do a PR on ember-engines to use the fixed version of this package to avoid the error with git.

rwjblue commented 5 years ago

Published 0.6.1

ghost commented 5 years ago

Thanks à lot! I just did the PR on ember-engines as mentioned above.