Skip to content

Commit

Permalink
Merge pull request #12 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 77350e3 + a8b2df7 commit 38064fd
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",
"version": "3.0.0",
"version": "3.0.1",
"description": "NodeJS utilities and handy helpers extending ExpressJS functionalities",
"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 38064fd

Please sign in to comment.