This commit is contained in:
Astra 2018-05-26 18:50:29 -04:00
parent 1f57127ab9
commit 93d5111d0f
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function patch(target, resolve) {
archive.pipe(output);
archive.directory(path, 'core');
archive.file(__dirname + '/files/index.js', { name: 'index.js' });
archive.file(target + '/package.json', { name: 'package.json' });
archive.file(config.target + '/package.json', { name: 'package.json' });
archive.finalize();
//output.close(resolve);