Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix popper fiel names
  • Loading branch information
MrFrankel authored Oct 19, 2017
1 parent b5dde6e commit 743f8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SystemJS
map: {
... ,
'ngx-popper': 'npm:ngx-popper',
'popper.js': 'npm:ngx-popper',
'popper-directive.js': 'npm:ngx-popper',
'popper.module': 'npm:ngx-popper',
},
// packages tells the System loader how to load when no filename and/or no extension
Expand All @@ -59,7 +59,7 @@ SystemJS
defaultExtension: 'js'
},
'popper.js': {
main: 'popper.js',
main: 'popper-directive.js',
defaultExtension: 'js'
},
'popper.module': {
Expand Down

0 comments on commit 743f8fa

Please sign in to comment.