Skip to content

Commit b649f6c

Browse files
author
Matt Lewis
committed
docs: fix plunker generation
Closes #398
1 parent 2faba7a commit b649f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/plunker-assets/plunker-system-config.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ System.config({
2525
'@angular/animations/browser': 'npm:@angular/animations@<%- dependencyVersions.angular %>/bundles/animations-browser.umd.js',
2626
'@angular/animations': 'npm:@angular/animations@<%- dependencyVersions.angular %>/bundles/animations.umd.js',
2727

28-
'angular-calendar': 'npm:angular-calendar@<%- dependencyVersions.angularCalendar %>/dist/umd/angular-calendar.js',
28+
'angular-calendar': 'npm:angular-calendar@<%- dependencyVersions.angularCalendar %>/umd/angular-calendar.js',
2929
'calendar-utils': 'npm:calendar-utils@<%- dependencyVersions.calendarUtils %>/dist/umd/calendar-utils.js',
3030
'angular-resizable-element': 'npm:angular-resizable-element@<%- dependencyVersions.angularResizableElement %>/dist/umd/angular-resizable-element.js',
3131
'angular-draggable-droppable': 'npm:angular-draggable-droppable@<%- dependencyVersions.angularDraggableDroppable %>/dist/umd/angular-draggable-droppable.js',

0 commit comments

Comments
 (0)