Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-08-19 20:51:37 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-08-19 20:51:37 +0400
commita29c287fc909824a2863a9d1f74eea508db8a864 (patch)
tree9184c390f9e9663302106140316625207a9ddebb
parent64f516b4e2b527f7bc8f4628041fde94b8c4b749 (diff)
try to roll back to .6
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0893a68..8c43ff4 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "bootstrap-server"
, "description": "a build tool for bootstrap"
, "version": "1.0.0"
- , "engines": { "node": ">= 0.4.1" }
+ , "engines": { "node": ">= 0.6.0" }
, "main": "web.js"
, "dependencies": {
"express": "2.5.5"