Skip to content

Commit b13e18a

Browse files
author
Zeno Rocha
committed
Merge pull request #4 from addyosmani/master
Moving to peerDeps, updating install instructions
2 parents d8c0bd0 + 119aafc commit b13e18a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
55
## Usage
66

7-
1. Install [Yeoman](https://github.com/yeoman/yo): `npm install -g yo`
8-
2. Install this generator: `npm install -g generator-jquery-boilerplate`
9-
3. Run: `yo jquery-boilerplate`
10-
4. Start writing your jQuery plugin :)
7+
1. Install the generator by running: `npm install -g generator-jquery-boilerplate`
8+
2. Run: `yo jquery-boilerplate`
9+
3. Start writing your jQuery plugin :)
1110

1211
## Wanna know more?
1312

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,12 @@
2727
"scripts": {
2828
"test": "mocha --reporter spec"
2929
},
30+
"peerDependencies": {
31+
"yo": ">=1.0.0-rc.1.1"
32+
},
3033
"engines": {
31-
"node": ">=0.8.0"
34+
"node": ">= 0.8.0",
35+
"npm": ">=1.2.10"
3236
},
3337
"dependencies": {
3438
"yeoman-generator": "~0.10.2"

0 commit comments

Comments
 (0)