fix(core): update
This commit is contained in:
		@@ -19,6 +19,11 @@ export class ProjectContext {
 | 
			
		||||
      plugins.path.join(this.projectDir, 'readme.md'),
 | 
			
		||||
      this.projectDir
 | 
			
		||||
    );
 | 
			
		||||
 | 
			
		||||
    const smartfilesReadmeHints = await plugins.smartfile.SmartFile.fromFilePath(
 | 
			
		||||
      plugins.path.join(this.projectDir, 'readme.hints.md'),
 | 
			
		||||
      this.projectDir
 | 
			
		||||
    );
 | 
			
		||||
    const smartfilesNpmextraJSON = await plugins.smartfile.SmartFile.fromFilePath(
 | 
			
		||||
      plugins.path.join(this.projectDir, 'npmextra.json'),
 | 
			
		||||
      this.projectDir
 | 
			
		||||
@@ -34,6 +39,7 @@ export class ProjectContext {
 | 
			
		||||
    return {
 | 
			
		||||
      smartfilePackageJSON,
 | 
			
		||||
      smartfilesReadme,
 | 
			
		||||
      smartfilesReadmeHints,
 | 
			
		||||
      smartfilesNpmextraJSON,
 | 
			
		||||
      smartfilesMod,
 | 
			
		||||
      smartfilesTest,
 | 
			
		||||
@@ -59,6 +65,7 @@ ${smartfile.contents.toString()}
 | 
			
		||||
    let context = await this.convertFilesToContext([
 | 
			
		||||
      files.smartfilePackageJSON,
 | 
			
		||||
      files.smartfilesReadme,
 | 
			
		||||
      files.smartfilesReadmeHints,
 | 
			
		||||
      files.smartfilesNpmextraJSON,
 | 
			
		||||
      ...files.smartfilesMod,
 | 
			
		||||
      ...files.smartfilesTest,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user