Commit 167b244b authored by Dan MacFarlane's avatar Dan MacFarlane Committed by GitHub
Browse files

Merge pull request #2 from binarious/master

chore(package): add correct files and main values
parents df500c46 5d7f5ca3
Loading
Loading
Loading
Loading
+1 −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/mention/mention.module';
    import { MentionModule } from 'angular2-mentions';

    @NgModule({
        imports: [ MentionModule ],
+2 −1
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
    "mention",
    "autocomplete"
  ],
  "main": "src/mention/index.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dmacfarlane/angular2-mentions.git"
@@ -55,6 +56,6 @@
    "typescript": "2.0.2"
  },
  "files": [
    "mention"
    "src/mention"
  ]
}

public/.npmignore

deleted100644 → 0
+0 −0

Empty file deleted.

+2 −1
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ export * from './caret-coords';
export * from './mention-utils';
export * from './mention-list';
export * from './mention';
export * from './mention.module';
 No newline at end of file