Skip to content

Commit 287ba3a

Browse files
committed
Fix for broken package
Fixed broken package and bumped version to 3.0.1
1 parent edf88e3 commit 287ba3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
.npmignore
12
.travis.yml
3+
CHANGELOG.md
24
demo
35
test
46
coverage
@@ -10,4 +12,5 @@ karma.conf.js
1012
karma.coverage.js
1113
lib/*.spec.*
1214
src/node_modules
13-
debug.log
15+
debug.log
16+
config/**

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-toaster",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "An Angular 2 Toaster Notification library based on AngularJS-Toaster",
55
"main": "bundles/angular2-toaster.umd.js",
66
"module": "angular2-toaster.js",

0 commit comments

Comments
 (0)