Skip to content

Commit 77470ad

Browse files
author
Ondrej Oravcok
committed
wrong path - version fix
1 parent c4fc555 commit 77470ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@angular/router": "^4.0.0",
2323
"core-js": "^2.4.1",
2424
"moment": "^2.18.1",
25-
"ng2-nouislider": "^1.6.0",
25+
"ng2-nouislider": "^1.7.0",
2626
"nouislider": "^9.2.0",
2727
"rxjs": "^5.1.0",
2828
"zone.js": "^0.8.4"

src/app/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { HttpModule } from '@angular/http';
55

66
import { AppComponent } from './app.component';
77
import { TimelineSliderComponent } from './timeline-frame/timeline-slider/timeline-slider.component';
8-
import { NouisliderModule } from 'ng2-nouislider';
8+
import { NouisliderModule } from 'ng2-nouislider/src/nouislider';
99
import { TimelineScaleComponent } from './timeline-frame/timeline-scale/timeline-scale.component';
1010
import { TimelineFrameComponent } from './timeline-frame/timeline-frame.component';
1111
import { TimeLabelComponent } from './timeline-frame/time-label/time-label.component';

0 commit comments

Comments
 (0)