Skip to content

Commit

Permalink
fix: export usePipeDecoratorRule
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Apr 28, 2017
1 parent fe90c56 commit c5869e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
# 3.0.1

### Fix

- Export `usePipeDecoratorRule` [#299](https://github.com/mgechev/codelyzer/issues/299).

# 3.0.0

Major release required because of the breaking changes introduced by tslint@5. The `ngast` support will be pushed to codelyzer@4.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "codelyzer",
"version": "3.0.0",
"version": "3.0.1",
"description": "Linting for Angular applications, following angular.io/styleguide.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -19,4 +19,6 @@ export { Rule as UseLifeCycleInterfaceRule } from './useLifeCycleInterfaceRule';
export { Rule as UseOutputPropertyDecoratorRule } from './useOutputPropertyDecoratorRule';
export { Rule as UsePipeTransformInterfaceRule } from './usePipeTransformInterfaceRule';
export { Rule as TemplateToNgTemplateRule } from './templateToNgTemplateRule';
export { Rule as UsePipeDecoratorRule } from './usePipeDecoratorRule';
export * from './angular/config';

0 comments on commit c5869e0

Please sign in to comment.