Skip to content

Commit

Permalink
fix(files): missing index.d.ts #24
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Nov 16, 2018
1 parent d66abac commit 227cf60
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snackbar",
"description": "Notifications insipired by Google Material Design",
"description": "Notifications inspired by Google Material Design",
"main": [
"dist/snackbar.min.js",
"dist/snackbar.min.css"
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-snackbar",
"version": "0.1.14",
"description": "Notifications insipired by Google Material Design",
"version": "0.1.15",
"description": "Notifications inspired by Google Material Design",
"main": "src/js/snackbar.js",
"types": "index.d.ts",
"devDependencies": {
Expand Down Expand Up @@ -31,6 +31,12 @@
"matieral-design",
"toast"
],
"files": [
"src",
"dist",
"Gruntfile.js",
"index.d.ts"
],
"author": "Chris Brame",
"license": "MIT",
"homepage": "http://www.polonel.com/snackbar"
Expand Down

0 comments on commit 227cf60

Please sign in to comment.