Skip to content

Commit

Permalink
Remove unneeded (and actually not even invokved) chmodSync after the …
Browse files Browse the repository at this point in the history
…file is written
  • Loading branch information
Steven McDowall committed Sep 9, 2015
1 parent d3456f0 commit 5e290b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/update-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ module.exports = function (options, done) {
//
Fs.chmodSync(packagePath, '0644') ;
Fs.writeFile(packagePath, JSON.stringify(packageContents, null, 2), done);
Fs.chmodSync(packagePath, '0444') ;
};

0 comments on commit 5e290b9

Please sign in to comment.