Skip to content

Commit

Permalink
Remove local mousetrap files and upgrade to latest package.
Browse files Browse the repository at this point in the history
  • Loading branch information
shbatm committed Feb 1, 2022
1 parent c187cee commit c9b1d76
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3,385 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.pid
core
node_modules/
package-lock.json
4 changes: 2 additions & 2 deletions MMM-KeyBindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Module.register("MMM-KeyBindings", {
getScripts: function () {
return [
"keyHandler.js",
"mousetrap.min.js",
"mousetrap-global-bind.min.js"
this.file("node_modules/mousetrap/mousetrap.min.js"),
this.file("node_modules/mousetrap-global-bind/mousetrap-global-bind.min.js")
];
},

Expand Down
1 change: 0 additions & 1 deletion mousetrap-global-bind.min.js

This file was deleted.

11 changes: 0 additions & 11 deletions mousetrap.min.js

This file was deleted.

Loading

0 comments on commit c9b1d76

Please sign in to comment.