Skip to content

Commit

Permalink
fix(generator): plugin apply type import
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau authored and Akryum committed Dec 21, 2018
1 parent cfd9c77 commit 444b427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@nodepack/generator/src/lib/GeneratorPlugin.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @typedef {import('@nodepack/service').GeneratorPluginApply} GeneratorPluginApply */
/** @typedef {import('@nodepack/service').GeneratorPlugin} GeneratorPluginApply */
/** @typedef {import('./Generator.js').ProjectOptions} ProjectOptions */

module.exports = class GeneratorPlugin {
Expand Down

0 comments on commit 444b427

Please sign in to comment.