Skip to content

Commit

Permalink
Merge pull request #12 from Tom-Hirschberger/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Tom-Hirschberger authored Oct 16, 2024
2 parents 0c00f09 + ad17f48 commit d1a194e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MMM-TouchButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Module.register('MMM-TouchButton', {
},

getScripts: function () {
return [this.file('node_modules/jsonpath-plus/dist/index-browser-umd.js'), this.file('node_modules/js-uuid/js-uuid.js'), this.file('node_modules/@iconify/iconify/dist/iconify.min.js')];
return [this.file('node_modules/jsonpath-plus/dist/index-browser-umd.cjs'), this.file('node_modules/js-uuid/js-uuid.js'), this.file('node_modules/@iconify/iconify/dist/iconify.min.js')];
},

getStyles: function() {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "MMM-TouchButton",
"version": "0.0.6",
"version": "0.0.7",
"description": "A MagicMirror² module to create touchable buttons displayed with icons that can be used to call scripts or send notifications.",
"main": "MMM-TouchButton",
"dependencies": {
"js-uuid": "latest",
"jsonpath-plus": "5.0.1",
"jsonpath-plus": "10.0.1",
"@iconify/iconify": "latest"
},
"devDependencies": {},
Expand Down

0 comments on commit d1a194e

Please sign in to comment.