automatic-updates
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,3 +5,3 @@ /* | ||
const shell = require('shelljs') | ||
const conf = require('../node-etc'); | ||
const conf = require('node-etc'); | ||
const events = require('events'); | ||
@@ -8,0 +8,0 @@ // const eventEmitter = new events.EventEmitter(); |
{ | ||
"name": "automatic-updates", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Tools to automatically update nodejs programs installed as modules from npm/github.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
1057497