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

Input box on screen #79

Closed
coryhouse opened this issue Mar 29, 2016 · 6 comments
Closed

Input box on screen #79

coryhouse opened this issue Mar 29, 2016 · 6 comments

Comments

@coryhouse
Copy link

Since updating to 3.0 via npm, there's now a random input box on my screen and the notifications are now unstyled. Any tips?

I suggest using the tag and release feature of Github so the changes between major releases are clearly laid out.

Thanks!

@rabenhorst
Copy link

Its because of the main property in the bower.json file which is missing the dist/notie.css entry.

It is:
"main": "notie.js",
But after the latest changes it should be:

"main": [
   "dist/notie.js",
   "dist/notie.css"
 ],

I will create an pull request

@rabenhorst
Copy link

I fixed it an created an pull request: #80

@jaredreich
Copy link
Owner

Sorry - #80 merged, thx folks

@rebebop
Copy link

rebebop commented Mar 31, 2016

@jaredreich I think the fix is not updated on npm. I still see the inputbox on screen.

@rabenhorst
Copy link

I only fixed the bower.json. The same must happen to the main property in the package.json.

@rebebop
Copy link

rebebop commented Mar 31, 2016

@mactr0n I hand fixed both of them at node_modules/notie but I'm still seeing the random input box. Do I need to recompile?

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

No branches or pull requests

4 participants