Commit a4fff93c authored by dmacfarlane's avatar dmacfarlane
Browse files

fix: revert to previous location of dist files

parent c9c60c2a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Add the CSS to your index.html:

Add the module to your module imports:

    import { MentionModule } from 'angular2-mentions';
    import { MentionModule } from 'angular2-mentions/mention/mention.module';

    @NgModule({
        imports: [ MentionModule ],
@@ -47,6 +47,7 @@ Where `items` is a string array of the items to suggest. For example:

#### TODO:

- Improve npm package structure
- Improve menu positioning
- Configurable limit on number of items shown
- Load items via http service (configureable number of chars before search, and debounce requests)
+1 −1
Original line number Diff line number Diff line
@@ -56,6 +56,6 @@
    "typescript": "2.0.2"
  },
  "files": [
    "src/mention"
    "mention"
  ]
}