dvpntjs-scripts
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -7,7 +7,7 @@ const _ = require('underscore'); | ||
var readPackageJson = function() { | ||
function readPackageJson() { | ||
return JSON.parse(fs.readFileSync('./package.json', 'utf8')); | ||
}; | ||
} | ||
var savePackageJson = function(packageJson) { | ||
function savePackageJson(packageJson) { | ||
fs.writeFileSync( | ||
@@ -17,5 +17,5 @@ './package.json', | ||
); | ||
}; | ||
} | ||
var exec = function(cmd) { | ||
function exec(cmd) { | ||
try { | ||
@@ -27,3 +27,3 @@ return execSync(cmd).toString().slice(0, -1); | ||
} | ||
}; | ||
} | ||
@@ -30,0 +30,0 @@ exports.bumpAlpha = function(params) { |
{ | ||
"name": "dvpntjs-scripts", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "dvpnt node helper scripts", | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"eslint": "4.5.0", | ||
"eslint-config-dvpnt": "2.0.0", | ||
"nrun": "0.1.7" | ||
"eslint-config-dvpnt": "2.1.0", | ||
"nrun": "1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9910