Skip to content

Commit 2dce66b

Browse files
committed
publish: release 2.1.0
1 parent 2295875 commit 2dce66b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hanger",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Set of a helpful hooks, for different specific to some primitives types state changing helpers",
55
"author": "kitze",
66
"license": "MIT",

tsconfig-require.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"emitDecoratorMetadata": true,
2121
"outDir": "lib",
2222
"declaration": true,
23-
"sourceMap": true
23+
"sourceMap": true,
24+
"incremental": true
2425
},
2526
"exclude": [
2627
"src/**/*.js",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"incremental": true
2626
},
2727
"exclude": [
28+
"lib",
2829
"src/**/*.js",
2930
"node_modules",
3031
"example",

0 commit comments

Comments
 (0)