Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmythro committed Jan 7, 2022
1 parent a0934eb commit 5a3c4d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "idle-detect",
"version": "0.1.0",
"description": "A TypeScript library for inactivity timer, which utilises `IdleDetector` API where possible or a fallback to `window.setTimeout` approach",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib"
"dist"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 5a3c4d8

Please sign in to comment.