Skip to content

Commit 0b46b6d

Browse files
committed
Merge pull request #1069 from kingcody/chore/remove-peerDependencies
chore(dependencies): remove `peerDependencies` and update docs to reflect
2 parents 595ac93 + 09f9778 commit 0b46b6d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: package.json

-3
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"chalk": "~0.4.0",
3131
"generator-ng-component": "~0.0.4"
3232
},
33-
"peerDependencies": {
34-
"yo": ">=1.2.0"
35-
},
3633
"devDependencies": {
3734
"chai": "^1.9.1",
3835
"fs-extra": "^0.9.1",

Diff for: readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Source code: https://github.com/DaftMonk/fullstack-demo
1111

1212
## Usage
1313

14-
Install `generator-angular-fullstack`:
14+
Install `yo`, `grunt-cli`, `bower`, and `generator-angular-fullstack`:
1515
```
16-
npm install -g generator-angular-fullstack
16+
npm install -g yo grunt-cli bower generator-angular-fullstack
1717
```
1818

1919
Make a new directory, and `cd` into it:

0 commit comments

Comments
 (0)