diff options
| author | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 23:23:51 +0200 |
|---|---|---|
| committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-06-29 23:23:51 +0200 |
| commit | ef37b90619a746831c6ed405074bfa9910b244ba (patch) | |
| tree | 8734f477bbf2a7ee2187eacc6ebfd3fd5262f278 | |
| parent | 124666fbac0762a8edaf4ed3880e897f84188583 (diff) | |
| download | example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.gz example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.bz2 example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.tar.xz example-collection-json-db-ef37b90619a746831c6ed405074bfa9910b244ba.zip | |
o Adding engines to package.json.
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 9c9b6a1..690b47d 100644 --- a/package.json +++ b/package.json @@ -11,5 +11,9 @@ "jade": "~0.26.3", "pg": "0.7.2", "underscore": "~1.3.3" + }, + "engines": { + "node": "0.6.x", + "npm": "1.1.x" } } |
