Skip to content
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.

Commit

Permalink
fix: spec transform support package and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
echosoar committed Dec 11, 2019
1 parent c59a2d3 commit 6a3cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec-builder/src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class SpecBuilder implements Builder {
layers: this.getLayers(),
resources: this.getResources(),
plugins: this.getPlugins(),
package: this.getPlugins()
package: this.getPackage()
};
}
}

0 comments on commit 6a3cc02

Please sign in to comment.