Skip to content

Commit

Permalink
remove engines section from packages.json (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart authored Nov 29, 2017
1 parent 3a01a24 commit f3472ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-update-package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
const fs = require('fs');
var json = require('./package.json');
json.scripts = undefined;
json.engines = undefined;
fs.writeFileSync("./package.json", JSON.stringify(json, undefined, 2));

0 comments on commit f3472ef

Please sign in to comment.