Skip to content

Commit 3b5f1f6

Browse files
author
ijz953
committed
docs: adding events.json to pathTemplates
1 parent 9ed378f commit 3b5f1f6

File tree

1 file changed

+2
-1
lines changed
  • projects/ngrx.io/tools/transforms/angular-content-package

1 file changed

+2
-1
lines changed

projects/ngrx.io/tools/transforms/angular-content-package/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ module.exports = new Package('angular-content', [basePackage, contentPackage])
115115
{docTypes: ['navigation-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'},
116116
{docTypes: ['contributors-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'},
117117
{docTypes: ['announcements-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'},
118-
{docTypes: ['resources-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'}
118+
{docTypes: ['resources-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'},
119+
{docTypes: ['events-json'], pathTemplate: '${id}', outputPathTemplate: '../${id}.json'}
119120
]);
120121
})
121122

0 commit comments

Comments
 (0)