Skip to content

Commit

Permalink
Merge pull request #725 from alan-agius4/patch-2
Browse files Browse the repository at this point in the history
fix: typings are not shipped
  • Loading branch information
abetomo committed Nov 28, 2017
2 parents 91c2514 + 4fe6578 commit a670f93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
},
"main": "index",
"files": [
"index.js"
"index.js",
"typings/index.d.ts"
],
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit a670f93

Please sign in to comment.