Skip to content

Commit 5872422

Browse files
committed
Update project name and location
1 parent 9d531ce commit 5872422

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# jQuery generator [![Build Status](https://secure.travis-ci.org/jquery-boilerplate/generator.png?branch=master)](https://travis-ci.org/jquery-boilerplate/generator)
1+
# Yeoman Generator for jQuery Plugins [![Build Status](https://secure.travis-ci.org/jquery-boilerplate/yeoman-generator.png?branch=master)](https://travis-ci.org/jquery-boilerplate/yeoman-generator)
22

33
> A Yeoman generator that provides a functional boilerplate to easily create jQuery plugins out of the box.
44
@@ -7,7 +7,7 @@ Maintainer: [Zeno Rocha](https://github.com/zenorocha)
77
## Usage
88

99
1. Install [Yeoman](https://github.com/yeoman/yo): `[sudo] npm install -g yo`
10-
2. Install the generator: `[sudo] npm install -g generator-jquery`
10+
2. Install the generator: `[sudo] npm install -g yeoman-jquery`
1111
3. Run: `yo jquery`
1212
4. Start writing your jQuery plugin :)
1313

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name": "generator-jquery",
2+
"name": "yeoman-jquery",
33
"version": "0.1.0",
4-
"description": "Yeoman Generator for jQuery Boilerplate",
4+
"description": "Yeoman Generator for jQuery Plugins",
55
"main": "app/index.js",
66
"repository": {
77
"type": "git",
8-
"url": "git://github.com/jquery-boilerplate/generator.git"
8+
"url": "git://github.com/jquery-boilerplate/yeoman-generator.git"
99
},
1010
"keywords": [
1111
"jquery",
12-
"jquery-boilerplate",
12+
"yeoman",
1313
"jquery-plugins",
14-
"yeoman-jquery"
14+
"jquery-boilerplate"
1515
],
1616
"author": {
1717
"name": "Zeno Rocha",

0 commit comments

Comments
 (0)