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-21 03:50:55 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-08-21 03:50:55 +0400
commit8913f8f0b32af5f49eb421876bcad2adafd6d902 (patch)
treef01673f20999d5484e672e96213b5a54450a70af
parent4ec508bb86be48dd14ae7240cb932e66a45e22f0 (diff)
parenta309282a89877655dbb71a8db3ea8b87afc6b09b (diff)
Merge branch 'master' of heroku.com:bootstrap
-rw-r--r--index.js1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/index.js b/index.js
index 62c0b65..7904476 100644
--- a/index.js
+++ b/index.js
@@ -18,6 +18,7 @@
// ========================================================================
+
"use strict"
var express = require('express')
diff --git a/package.json b/package.json
index 0893a68..eab72c0 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.20" }
, "main": "web.js"
, "dependencies": {
"express": "2.5.5"