Skip to content

Commit

Permalink
fixes TypeScript exports
Browse files Browse the repository at this point in the history
  • Loading branch information
amwmedia committed Oct 18, 2019
1 parent fa7ed38 commit fea924e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plop",
"version": "2.5.1",
"version": "2.5.2",
"description": "Micro-generator framework that makes it easy for an entire team to create files with a level of uniformity",
"main": "./src/plop",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/plop.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export {
CustomActionFunction,
ModifyActionConfig,
PlopCfg,
PlopGenerator
PlopGenerator,
NodePlopAPI
} from 'node-plop';

0 comments on commit fea924e

Please sign in to comment.