Skip to content

Commit

Permalink
Merge pull request #4 from addyosmani/master
Browse files Browse the repository at this point in the history
Moving to peerDeps, updating install instructions
  • Loading branch information
Zeno Rocha committed Aug 5, 2013
2 parents d8c0bd0 + 119aafc commit b13e18a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
## Usage

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

## Wanna know more?

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@
"scripts": {
"test": "mocha --reporter spec"
},
"peerDependencies": {
"yo": ">=1.0.0-rc.1.1"
},
"engines": {
"node": ">=0.8.0"
"node": ">= 0.8.0",
"npm": ">=1.2.10"
},
"dependencies": {
"yeoman-generator": "~0.10.2"
Expand Down

0 comments on commit b13e18a

Please sign in to comment.