Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
chore: configuration update
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Jul 15, 2019
1 parent 5a8666d commit fc4d71f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions example.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ const mouseEvents = require("./dist/index");
mouseEvents.default.on("mouse-up", data => {
console.log(data);
});

mouseEvents.default.on("mouse-move", data => {
console.log(data);
});
6 changes: 0 additions & 6 deletions install.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch": "tsc --watch",
"rebuild": "node-gyp rebuild",
"prepublishOnly": "npm run build",
"install": "node install.js"
"install": "npm run rebuild"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit fc4d71f

Please sign in to comment.