Commit be3dbbe8 authored by David Dollar's avatar David Dollar

Merge pull request #15 from timshadel/master

Add version to the sample package.json shown in README.
parents df6b204e 485c3903
...@@ -36,6 +36,7 @@ You can specify the versions of Node.js and npm your application requires using ...@@ -36,6 +36,7 @@ You can specify the versions of Node.js and npm your application requires using
{ {
"name": "myapp", "name": "myapp",
"version": "0.0.1",
"engines": { "engines": {
"node": ">=0.4.7 <0.7.0", "node": ">=0.4.7 <0.7.0",
"npm": ">=1.0.0" "npm": ">=1.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment