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

Commit

Permalink
resolves #13
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-konshin authored and quisido committed May 10, 2019
1 parent 4c9dc75 commit 1457f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "use-react-router",
"version": "1.0.5",
"version": "1.0.6",
"author": "Charles Stover <npmjs@charlesstover.com>",
"description": "React Hook for pub-sub behavior using React Router.",
"homepage": "https://github.com/CharlesStover/use-react-router#readme",
"license": "MIT",
"main": "use-react-router.js",
"types": "use-react-router.d.ts",
"repository": "https://github.com/CharlesStover/use-react-router.git",
"bugs": {
"url": "https://github.com/CharlesStover/use-react-router/issues"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"downlevelIteration": true,
"lib": [ "dom", "es5", "es2015.promise", "scripthost" ],
"lib": [ "dom", "es5", "es2015", "scripthost" ],
"module": "commonjs",
"moduleResolution": "Node",
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit 1457f1c

Please sign in to comment.