Skip to content

Commit

Permalink
fix: fix typo in package.json (#3)
Browse files Browse the repository at this point in the history
Unable to import styles with `sheetify` (or similar) as of now. There's a mismatch in the filename in `package.json#style` and `notifications.css`.
  • Loading branch information
kasperlewau authored and finnp committed May 17, 2017
1 parent a1a7fdb commit 03ce585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dom-notifications",
"description": "atom-inspired notifications",
"main": "index.js",
"style": "notification.css",
"style": "notifications.css",
"scripts": {
"test": "standard",
"deploy": "browserify example/example.js -o example/bundle.js && gh-pages -d example",
Expand Down

0 comments on commit 03ce585

Please sign in to comment.