From 09f97784e69d804c30e3b98e2114dacfbff101db Mon Sep 17 00:00:00 2001 From: kingcody Date: Thu, 16 Jul 2015 02:42:11 -0400 Subject: [PATCH] chore(dependencies): remove `peerDependencies` and update docs to reflect > npm3 will no longer install peerDependencies, which is a very good change, but will impact how we currently use it --- package.json | 3 --- readme.md | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0f35ef723..d29b49175 100644 --- a/package.json +++ b/package.json @@ -30,9 +30,6 @@ "chalk": "~0.4.0", "generator-ng-component": "~0.0.4" }, - "peerDependencies": { - "yo": ">=1.2.0" - }, "devDependencies": { "chai": "^1.9.1", "fs-extra": "^0.9.1", diff --git a/readme.md b/readme.md index 118c267ca..d4ad370b7 100644 --- a/readme.md +++ b/readme.md @@ -11,9 +11,9 @@ Source code: https://github.com/DaftMonk/fullstack-demo ## Usage -Install `generator-angular-fullstack`: +Install `yo`, `grunt-cli`, `bower`, and `generator-angular-fullstack`: ``` -npm install -g generator-angular-fullstack +npm install -g yo grunt-cli bower generator-angular-fullstack ``` Make a new directory, and `cd` into it: