Skip to content

Commit 9f794a1

Browse files
committed
chore(demo): update depencencies
1 parent ccdab37 commit 9f794a1

File tree

5 files changed

+378
-1250
lines changed

5 files changed

+378
-1250
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ View all the directives in action at https://tinesoft.github.io/ngx-wow
1717

1818
## Dependencies
1919

20-
* [Angular](https://angular.io) (*requires* Angular 6+, [v1.0.2](https://github.com/tinesoft/ngx-wow/tree/v1.0.2) is the latest version for Angular < 6 )
20+
* [Angular](https://angular.io) (*requires* Angular 6+(tested with `v6.1.9`), [v1.0.2](https://github.com/tinesoft/ngx-wow/tree/v1.0.2) is the latest version for Angular < 6 )
2121
* [WOW JS](http://mynameismatthieu.com/WOW/) (*requires* WOW JS 1.1 or higher, tested with 1.1.3)
2222

2323

demo/angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,8 @@
141141
}
142142
}
143143
},
144-
"defaultProject": "ngx-wow-demo"
144+
"defaultProject": "ngx-wow-demo",
145+
"cli": {
146+
"packageManager": "npm"
147+
}
145148
}

0 commit comments

Comments
 (0)