build(npm): make package.json valid for fresh clones

This commit is contained in:
Jason Dreyzehner 2016-10-17 20:07:41 -04:00
commit ba948efa29
3 changed files with 20 additions and 113 deletions

View file

@ -17,7 +17,7 @@ var templates = {
// 'bower.json': '/',
};
var configDir = process.argv[2] || 'copay';
var JSONheader = ' { ' + "\n" + ' "//":"PLEASE! Do not edit this file directly",' + "\n" + ' "//":" Modify it at app-template/", ' + "\n";
var JSONheader = ' { ' + "\n" + ' "//":"Changes to this file will be overwritten",' + "\n" + ' "//":" Modify it in the app-template directory", ' + "\n";
var MakefileHeader = "# PLEASE! Do not edit this file directly \n# Modify it at app-template/\n";