added to package.json entry point for npm

This commit is contained in:
Evan Carroll
2015-10-21 10:46:37 -05:00
parent dfd0df0a59
commit 2edc584359
+2 -1
View File
@@ -13,5 +13,6 @@
}
],
"homepage": "http://notifyjs.com/",
"license": "MIT"
"license": "MIT",
"main": "dist/notify.js"
}