Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1457f1c

Browse files
kirill-konshinquisido
authored andcommitted
resolves #13
1 parent 4c9dc75 commit 1457f1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "use-react-router",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"author": "Charles Stover <[email protected]>",
55
"description": "React Hook for pub-sub behavior using React Router.",
66
"homepage": "https://github.com/CharlesStover/use-react-router#readme",
77
"license": "MIT",
88
"main": "use-react-router.js",
9+
"types": "use-react-router.d.ts",
910
"repository": "https://github.com/CharlesStover/use-react-router.git",
1011
"bugs": {
1112
"url": "https://github.com/CharlesStover/use-react-router/issues"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"downlevelIteration": true,
5-
"lib": [ "dom", "es5", "es2015.promise", "scripthost" ],
5+
"lib": [ "dom", "es5", "es2015", "scripthost" ],
66
"module": "commonjs",
77
"moduleResolution": "Node",
88
"noFallthroughCasesInSwitch": true,

0 commit comments

Comments
 (0)