Skip to content

Commit

Permalink
publish: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RIP21 committed Jul 16, 2019
1 parent 2295875 commit 2dce66b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hanger",
"version": "2.0.0",
"version": "2.1.0",
"description": "Set of a helpful hooks, for different specific to some primitives types state changing helpers",
"author": "kitze",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig-require.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"emitDecoratorMetadata": true,
"outDir": "lib",
"declaration": true,
"sourceMap": true
"sourceMap": true,
"incremental": true
},
"exclude": [
"src/**/*.js",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"incremental": true
},
"exclude": [
"lib",
"src/**/*.js",
"node_modules",
"example",
Expand Down

0 comments on commit 2dce66b

Please sign in to comment.