ardoq-local-plugins
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
'use strict'; | ||
@@ -2,0 +3,0 @@ |
{ | ||
"name": "ardoq-local-plugins", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Script that allows for local development of plugins.", | ||
@@ -16,3 +16,10 @@ "main": "index.js", | ||
"unirest": "^0.5.1" | ||
}, | ||
"bin": { | ||
"ardoq-local-plugins": "index.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/ardoq/ardoq-local-plugins.git" | ||
} | ||
} |
{ | ||
init: function(){ | ||
//add your initializing code here. | ||
LOG.log("init", this) | ||
LOG.log("init", this); | ||
}, | ||
localRender: function (){ | ||
localRender:function(){ | ||
//add your rendering code here | ||
LOG.log('im updated again, hello!'); | ||
LOG.log(this); | ||
} | ||
} |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
13807
13
360
8