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

Invalid "main" entry in package.json? #13

Closed
vladh opened this issue Jul 11, 2017 · 5 comments
Closed

Invalid "main" entry in package.json? #13

vladh opened this issue Jul 11, 2017 · 5 comments
Labels

Comments

@vladh
Copy link

vladh commented Jul 11, 2017

"main" in package.json seems to point to lib/tiny-cookie.js, but there is no such file. Is there some reasoning behind this? To get the library to work with browserify, I added the following to my package.json:

  "browser": {
    "tiny-cookie": "tiny-cookie/dist/tiny-cookie.js"
  },
@Alex1990
Copy link
Owner

Alex1990 commented Jul 11, 2017

Sorry for this fault. It has been fixed 676c9f9.

@vladh
Copy link
Author

vladh commented Jul 11, 2017

No worries, thank you!

@mogelbrod
Copy link

Will you be releasing the fix soon? :)

@Alex1990
Copy link
Owner

@mogelbrod it has been released in v2.0.1

@mogelbrod
Copy link

@Alex1990: I must've been blind when checking the releases tab - my bad! Thanks for the quick reply and a great library!

@Alex1990 Alex1990 added the bug label Apr 25, 2018
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

3 participants