Skip to content

Commit

Permalink
maybe you cant run npm install from within an npm install -g process
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Sep 13, 2012
1 parent eb766cf commit 7e10b24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "tower",
"version": "0.4.2",
"version": "0.4.2.1",
"description": "Full Stack Web Framework for Node.js and the Browser",
"homepage": "http://viatropos.github.com/tower",
"main": "./index.js",
Expand Down Expand Up @@ -80,7 +80,8 @@
"temp": "~0.4.0"
},
"devDependencies": {
"findit": ">= 0.1.1"
"findit": ">= 0.1.1",
"ejs": ">= 0.6.1"
},
"testDependencies": {
"stylus": ">= 0.29.0",
Expand All @@ -104,7 +105,7 @@
"fibers": "~0.6.8"
},
"globalDependencies": {
"ejs": ">= 0.6.1"

},
"localDependencies": {

Expand Down

0 comments on commit 7e10b24

Please sign in to comment.