Skip to content

Commit

Permalink
fix: fixpack -> @oclif/fixpack
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Aug 29, 2018
1 parent 3ec87bc commit a69c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generators/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class App extends Generator {
this.fs.copyTpl(this.templatePath('test/mocha.opts'), this.destinationPath('test/mocha.opts'), this)
}
if (this.fs.exists(this.destinationPath('./package.json'))) {
fixpack(this.destinationPath('./package.json'), require('fixpack/config.json'))
fixpack(this.destinationPath('./package.json'), require('@oclif/fixpack/config.json'))
}
if (_.isEmpty(this.pjson.oclif)) delete this.pjson.oclif
this.pjson.files = _.uniq((this.pjson.files || []).sort())
Expand Down

0 comments on commit a69c4be

Please sign in to comment.