Comparing version 1.0.4 to 1.0.5
@@ -5,3 +5,3 @@ #!/usr/bin/env node | ||
var jsonfile = require('jsonfile') | ||
json = require('json-update'); | ||
var json = require('json-update'); | ||
const argv = require('yargs').argv; | ||
@@ -15,3 +15,3 @@ | ||
.then(function(dat) { | ||
console.log(dat.type, dat.nTime , dat.nInterval) | ||
console.log(dat) | ||
}); | ||
@@ -18,0 +18,0 @@ |
{ | ||
"name": "bears", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "cli.js", |
Sorry, the diff of this file is not supported yet
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
16580