2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rewrite server.js, fix travis

This commit is contained in:
Jacob Thornton
2012-04-23 03:44:32 -07:00
parent c896a182e1
commit c408d8961b
3 changed files with 10 additions and 15 deletions
+4 -4
View File
@@ -17,9 +17,9 @@
}
]
, "devDependencies": {
"uglify-js": "*"
, "jshint": "*"
, "recess": "*"
, "connect": "*"
"uglify-js": "1.2.6"
, "jshint": "0.6.1"
, "recess": "1.0.3"
, "connect": "2.1.3"
}
}