Skip to content

Commit

Permalink
disable install
Browse files Browse the repository at this point in the history
  • Loading branch information
hanselke committed Jun 9, 2020
2 parents f5f512e + d00c48a commit 6e70b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const app = express()

let msInactive = 300000
const timeToCheck = 5000
const version = "0.0.11"
const version = "0.0.12"
var lastActive = 0
let activeApp = {
urlTimes: {},
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "localtracker",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node iohookinstall.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"localTracker": "./index.js"
Expand Down

0 comments on commit 6e70b47

Please sign in to comment.