We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf88e3 commit 287ba3aCopy full SHA for 287ba3a
.npmignore
@@ -1,4 +1,6 @@
1
+.npmignore
2
.travis.yml
3
+CHANGELOG.md
4
demo
5
test
6
coverage
@@ -10,4 +12,5 @@ karma.conf.js
10
12
karma.coverage.js
11
13
lib/*.spec.*
14
src/node_modules
-debug.log
15
+debug.log
16
+config/**
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-toaster",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "An Angular 2 Toaster Notification library based on AngularJS-Toaster",
"main": "bundles/angular2-toaster.umd.js",
"module": "angular2-toaster.js",
0 commit comments