Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@p4d/cron", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "P4D command line tool to manage cron jobs ", | ||
"preferGlobal": true, | ||
"bin": { | ||
"p4d-cron": "./p4d-cron.js" | ||
"p4d-cron": "./program.js" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"author": "Tomás Migone <tomas@p4d.com.ar> (http://www.programming4design.com.ar)", | ||
"license": "WTFPL", | ||
"devDependencies": { | ||
"standard": "^11.0.0" | ||
}, | ||
"author": "Tomás Migone <tomas@p4d.com.ar> (http://www.programming4design.com.ar)", | ||
"license": "ISC", | ||
"dependencies": { | ||
@@ -18,5 +18,6 @@ "commander": "^2.15.0", | ||
}, | ||
"devDependencies": { | ||
"standard": "^11.0.0" | ||
} | ||
"keywords": [ | ||
"p4d", | ||
"cron" | ||
] | ||
} |
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
1
2795