npminstall
Advanced tools
Comparing version 2.2.0 to 2.2.1
2.2.1 / 2016-09-08 | ||
================== | ||
* fix: fix package.json permission (#120) | ||
2.2.0 / 2016-09-08 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -30,2 +30,3 @@ 'use strict'; | ||
exports.addMetaToJSONFile = function* (filepath, meta) { | ||
yield fs.chmod(filepath, '644'); | ||
const pkg = yield exports.readJSON(filepath); | ||
@@ -32,0 +33,0 @@ for (const key in meta) { |
{ | ||
"name": "npminstall", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Let npm install fast and easy", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
89311
2039