diff options
| author | Jacob Thornton <[email protected]> | 2012-04-23 03:44:32 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-23 03:44:32 -0700 |
| commit | c408d8961b96f12c40aaf1d7647578cd3535bd64 (patch) | |
| tree | 462f0ec9a5d40fbb5a52f7f4d54ebcbb8381ed5b /package.json | |
| parent | c896a182e13b0e5d12a5c2104119d7b873b22162 (diff) | |
| download | bootstrap-c408d8961b96f12c40aaf1d7647578cd3535bd64.tar.xz bootstrap-c408d8961b96f12c40aaf1d7647578cd3535bd64.zip | |
rewrite server.js, fix travis
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 5f54d5c78..4aab7ea75 100644 --- a/package.json +++ b/package.json @@ -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" } }
\ No newline at end of file |
