Skip to content

Commit

Permalink
Merge pull request #9 from icapps/feature/typescript-types
Browse files Browse the repository at this point in the history
Add typescript definition in package.json
  • Loading branch information
knor-el-snor committed Mar 16, 2018
2 parents c77fc8d + 7221df3 commit bb82e4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "tree-house-authentication",
"version": "2.0.3",
"version": "2.0.4",
"description": "Tree House Authentication module",
"main": "./build/index.js",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"clean": "rm -rf ./build/*",
"build": "yarn clean && tsc",
Expand Down

0 comments on commit bb82e4a

Please sign in to comment.