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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c81e3f127a..c1108ab1ff 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "bootstrap"
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
- , "version": "2.2.2"
+ , "version": "2.3.0"
, "keywords": ["bootstrap", "css"]
, "homepage": "http://twitter.github.com/bootstrap/"
, "author": "Twitter Inc."
@@ -17,10 +17,10 @@
}
]
, "devDependencies": {
- "uglify-js": "1.2.6"
- , "jshint": "0.6.1"
- , "recess": "1.0.3"
+ "uglify-js": "1.3.4"
+ , "jshint": "0.9.1"
+ , "recess": "1.1.6"
, "connect": "2.1.3"
, "hogan.js": "2.0.0"
}
-} \ No newline at end of file
+}