Skip to content

Commit

Permalink
Usability of readme in package.json
Browse files Browse the repository at this point in the history
- shorter npm install for git
- git url in package.json
  • Loading branch information
1602 committed Mar 31, 2013
1 parent 8ba067f commit 28f08b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -15,7 +15,7 @@ Sometimes I may also ask you to install the latest version from Github to check
if a bugfix is working. In this case, please do:

```
npm install git://github.com/felixge/node-mysql.git
npm install felixge/node-mysql
```

[v0.9 branch]: https://github.com/felixge/node-mysql/tree/v0.9
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
"version": "2.0.0-alpha7",
"repository": {
"url": ""
"type": "git",
"url": "https://github.com/felixge/node-mysql"
},
"main": "./index",
"scripts": {
Expand Down

0 comments on commit 28f08b5

Please sign in to comment.