Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87411ef5a4 | ||
|
|
114fbe6425 | ||
|
|
33cf164aca |
@@ -16,3 +16,5 @@ smartDebug.activate(true);
|
|||||||
smartDebug.log("This debug message is shown");
|
smartDebug.log("This debug message is shown");
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The above code produces debug messages like this:
|
||||||
|

|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartdebug",
|
"name": "smartdebug",
|
||||||
"version": "0.0.3",
|
"version": "0.0.5",
|
||||||
"description": "debug your JavaScript the smart way",
|
"description": "debug your JavaScript the smart way",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user