Skip to content

Commit 227cf60

Browse files
committed
fix(files): missing index.d.ts #24
1 parent d66abac commit 227cf60

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snackbar",
3-
"description": "Notifications insipired by Google Material Design",
3+
"description": "Notifications inspired by Google Material Design",
44
"main": [
55
"dist/snackbar.min.js",
66
"dist/snackbar.min.css"

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-snackbar",
3-
"version": "0.1.14",
4-
"description": "Notifications insipired by Google Material Design",
3+
"version": "0.1.15",
4+
"description": "Notifications inspired by Google Material Design",
55
"main": "src/js/snackbar.js",
66
"types": "index.d.ts",
77
"devDependencies": {
@@ -31,6 +31,12 @@
3131
"matieral-design",
3232
"toast"
3333
],
34+
"files": [
35+
"src",
36+
"dist",
37+
"Gruntfile.js",
38+
"index.d.ts"
39+
],
3440
"author": "Chris Brame",
3541
"license": "MIT",
3642
"homepage": "http://www.polonel.com/snackbar"

0 commit comments

Comments
 (0)