Skip to content

Commit

Permalink
Revert "Fix #254: Allow newer dependency versions in package.json "
Browse files Browse the repository at this point in the history
This reverts commit b044951.
  • Loading branch information
Kamil Tusznio committed Nov 28, 2011
1 parent b044951 commit dba5217
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Expand Up @@ -23,23 +23,23 @@
"build": "cake build"
},
"dependencies": {
"connect": ">= 1.6.1",
"coffee-script": ">= 1.1.2"
"connect": "~1.6.1",
"coffee-script": "1.1.2"
},
"engines": {
"node": ">= 0.4.0"
"node": "0.4.x"
},
"devDependencies": {
"daemon": ">= 0.3.0",
"docco": ">= 0.3.0",
"now": ">= 0.5",
"glob": ">= 2.0",
"jsdom": ">= 0.2.5",
"qunit": ">= 0.1.5",
"q": ">= 0.6.0",
"muffin": ">= 0.2.4",
"uglify-js": ">= 1.1.0",
"temp": ">= 0.2.0"
"daemon": "~0.3.0",
"docco": "~0.3.0",
"now": "~0.5",
"glob": "~2.0",
"jsdom": "0.2.5",
"qunit": "0.1.5",
"q": "~>0.6.0",
"muffin": "0.2.4",
"uglify-js": "1.1.0",
"temp": "~>0.2.0"
},
"batman": {
"build": false
Expand Down

0 comments on commit dba5217

Please sign in to comment.