Skip to content

Commit

Permalink
fix(build): trying to push version with semantic-release
Browse files Browse the repository at this point in the history
somehow semantic-release stop working
  • Loading branch information
maxisam committed Dec 16, 2016
1 parent 21c4921 commit cd3ad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clipboard.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ import { ClipboardDirective } from './clipboard.directive';
declarations: [ClipboardDirective],
exports: [ClipboardDirective]
})
export class ClipboardModule { }
export class ClipboardModule { }

0 comments on commit cd3ad9d

Please sign in to comment.