Skip to content

Commit

Permalink
fix: removed moduleId to fix issue with webpack builds
Browse files Browse the repository at this point in the history
chore: version 2.0.1
  • Loading branch information
trickeyone committed Jan 23, 2019
1 parent bdc92f5 commit 6a446fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-mentions",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular components & directives for customizable mentions",
"repository": {
"type": "git",
Expand Down
1 change: 0 additions & 1 deletion src/mentions.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ import {
* The Mentions Component
*/
@Component({
moduleId: module.id,
exportAs: 'ngMentions',
selector: 'ng-mentions',
template: `
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nth-cloud/ng-mentions",
"version": "2.0.0",
"version": "2.0.1",
"description": "Angular components & directives for customizable mentions",
"keywords": [
"angular",
Expand Down

0 comments on commit 6a446fe

Please sign in to comment.