Skip to content

Commit 572bfcf

Browse files
committed
update: update stylus and stylus-loader, fix import in demo component
1 parent 7c14570 commit 572bfcf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

demo/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {bootstrap} from '@angular/platform-browser-dynamic';
22
import {Component} from '@angular/core';
3-
import {BranchyComponent} from 'ng2-branchy.ts';
3+
import {BranchyComponent} from '../ng2-branchy';
44

55
@Component({
66
selector: 'app',

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"html-webpack-plugin": "2.9.0",
3636
"raw-loader": "0.5.1",
3737
"style-loader": "0.13.1",
38-
"stylus-loader": "1.5.1",
38+
"stylus": "0.54.5",
39+
"stylus-loader": "2.1.0",
3940
"to-string-loader": "1.1.4",
4041
"typings": "0.7.9",
4142
"webpack-dev-server": "1.14.1"

0 commit comments

Comments
 (0)