Skip to content

Commit

Permalink
min npm version, requirements in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed May 2, 2012
1 parent f752f43 commit 8af36fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,12 @@ The sourcemint `sm` command delivered via [NPM](http://npmjs.org/).
* Sponsor: [Sourcemint](http://sourcemint.com/)
* Mailing list: [groups.google.com/group/sourcemint](http://groups.google.com/group/sourcemint)

Requirements
============

* [NodeJS](http://nodejs.org) `>= 0.6.15`
* [NPM](http://npmjs.org) `>= 1.1.16`


Install
=======
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -29,7 +29,8 @@
},
"pm": "npm",
"engines": {
"node": ">= 0.6.15"
"node": ">= 0.6.15",
"npm": ">= 1.1.16"
},
"preferGlobal": true,
"bin": {
Expand Down

0 comments on commit 8af36fc

Please sign in to comment.