Compare commits

..

No commits in common. "3b28919de108e39d9d06d7a3a053ae763349ed06" and "985ea41d64a45d92aea5aeb8fdbef183469743e5" have entirely different histories.

2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -11,3 +11,6 @@
# Error File # Error File
yarn-error.log yarn-error.log
/build
/dist

View File

@ -1,6 +1,6 @@
{ {
"name": "@cubetiq/react-use-countdown", "name": "@cubetiq/react-use-countdown",
"version": "1.11.0", "version": "1.10.9",
"description": "React Countdown with trigger", "description": "React Countdown with trigger",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",