Skip to content

Commit

Permalink
Merge pull request #54 from thibaultboursier/develop
Browse files Browse the repository at this point in the history
chore: merge develop into master
  • Loading branch information
thibaultboursier authored Oct 23, 2020
2 parents ff2d4fd + 72bf012 commit ae93784
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "use-timer",
"version": "2.0.0",
"version": "2.0.1",
"description": "A timer hook for React",
"main": "./lib/index.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"resolveJsonModule": true
}
},
"include": ["src"]
}

0 comments on commit ae93784

Please sign in to comment.