Skip to content

Commit

Permalink
Merge pull request #2 from gberg927/packageRename
Browse files Browse the repository at this point in the history
Renamed Package for easier installations
  • Loading branch information
gberg927 authored Jun 20, 2019
2 parents 4af0996 + acb0aa9 commit 7656431
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion disneyWaitTimes.js → MMM-DisneyWaitTimes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Module.register("disneyWaitTimes",{
Module.register("MMM-DisneyWaitTimes",{

defaults: {
updateInterval: 10 * 60 * 1000
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The `feeds` property contains an array with multiple objects. These objects have
Here is an example of an entry in `config.js`
```
{
module: "disneyWaitTimes",
module: "MMM-DisneyWaitTimes",
header: "Magic Kingdom",
position: "top_left",
config: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "disneyWaitTimes",
"name": "MMM-DisneyWaitTimes",
"version": "1.0.0",
"description": " Disney Wait Times module for MagicMirror2",
"main": "disneyWaitTimes.js",
Expand Down

0 comments on commit 7656431

Please sign in to comment.