Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ng-tasty has wrong entry point in package.json #145

Closed
clintonhalpin opened this issue Jul 11, 2015 · 1 comment
Closed

ng-tasty has wrong entry point in package.json #145

clintonhalpin opened this issue Jul 11, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@clintonhalpin
Copy link

If I run npm install ng-tasty and try to require it with browserify / webpack

require('ng-tasty')

I get an error because the main property in package.json points to index.js which doesn't exist. This fixes it.

// package.json

{
  ...
  "main": "ng-tasty-tpls.js",
  ...
}
@Zizzamia Zizzamia added this to the Version 0.5.7 milestone Jul 12, 2015
@Zizzamia Zizzamia self-assigned this Jul 12, 2015
@Zizzamia Zizzamia added the bug label Jul 12, 2015
@Zizzamia
Copy link
Owner

ThankYou @clintonhalpin, I will fix this issue in the next 0.5.7 version of npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants