Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "runner", | ||
"description": "development restart script for node.js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Tobias Kopelke <nox@demoncode.de>", | ||
@@ -11,4 +11,4 @@ "dependencies": { | ||
"main": "runner.js", | ||
"bin": { "run": "runner.js" }, | ||
"bin": { "runner": "runner.js" }, | ||
"engines": { "node": ">= 0.2.0" } | ||
} |
#!/usr/bin/env node | ||
var version = 1.01 | ||
var version = 1.02 | ||
, changes = { | ||
'1.02': ['added Readme.md'] | ||
'1.01': ['added npm-bin support'] | ||
'1.00': [ 'added changenotes' | ||
@@ -6,0 +8,0 @@ , 'added extension support, not only .js now...' |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4936
3
97
2
53