@melonjs/debug-plugin 14.4.3 → 14.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/melonjs-debug-plugin.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Installation
|
|
7
7
|
-------------------------------------------------------------------------------
|
|
8
|
-
`$ [sudo] npm install @melonjs/debug-plugin
|
|
8
|
+
`$ [sudo] npm install @melonjs/debug-plugin`
|
|
9
9
|
|
|
10
10
|
Then import and instantiante the debug plugin in your project. For example:
|
|
11
11
|
```JavaScript
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* melonJS debug plugin - v14.4.
|
|
2
|
+
* melonJS debug plugin - v14.4.4
|
|
3
3
|
* http://www.melonjs.org
|
|
4
4
|
* @melonjs/debug-plugin is licensed under the MIT License.
|
|
5
5
|
* http://www.opensource.org/licenses/mit-license
|
|
@@ -71,7 +71,7 @@ class DebugPanel extends Renderable {
|
|
|
71
71
|
this.name = "debugPanel";
|
|
72
72
|
|
|
73
73
|
// the debug panel version
|
|
74
|
-
this.version = "14.4.
|
|
74
|
+
this.version = "14.4.4";
|
|
75
75
|
|
|
76
76
|
// persistent
|
|
77
77
|
this.isPersistent = true;
|