Skip to content

Commit 19664ef

Browse files
committed
fix installation instruction in README.md (should be installed as a "regular" dependency)
1 parent bdb8598 commit 19664ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Installation
77
-------------------------------------------------------------------------------
8-
`$ [sudo] npm install @melonjs/debug-plugin --save-dev`
8+
`$ [sudo] npm install @melonjs/debug-plugin`
99

1010
Then import and instantiante the debug plugin in your project. For example:
1111
```JavaScript

dist/melonjs-debug-plugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* melonJS debug plugin - v14.4.3
2+
* melonJS debug plugin - v14.4.4
33
* http://www.melonjs.org
44
* @melonjs/debug-plugin is licensed under the MIT License.
55
* http://www.opensource.org/licenses/mit-license
@@ -71,7 +71,7 @@ class DebugPanel extends Renderable {
7171
this.name = "debugPanel";
7272

7373
// the debug panel version
74-
this.version = "14.4.3";
74+
this.version = "14.4.4";
7575

7676
// persistent
7777
this.isPersistent = true;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@melonjs/debug-plugin",
3-
"version": "14.4.3",
3+
"version": "14.4.4",
44
"description": "melonJS debug plugin",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)