Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jan 24, 2014
1 parent 357abf1 commit e543d44
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"browserify-cdn": "./bin/browserify-cdn"
},
"dependencies": {
"level": "~0.9.0",
"browserify": "~3.0.0",
"npm": "~1.2.25",
"concat-stream": "~1.0.0",
"rimraf": "~2.1.4",
"request": "~2.21.0",
"semver": "~1.1.4",
"level": "~0.18.0",
"browserify": "~3.24.1",
"npm": "~1.3.25",
"concat-stream": "~1.4.1",
"rimraf": "~2.2.6",
"request": "~2.33.0",
"semver": "~2.2.1",
"mkdirp": "~0.3.5",
"express": "~3.2.6",
"express": "~3.4.8",
"minilog": "~2.0.0",
"level-ttl": "0.0.1",
"level-sublevel": "~4.7.0",
"cors": "~1.0.1",
"npm-publish-stream": "~0.2.0",
"glob": "~3.2.6"
"level-ttl": "~0.5.0",
"level-sublevel": "~5.2.0",
"cors": "~2.1.1",
"npm-publish-stream": "~0.3.1",
"glob": "~3.2.8"
},
"bundledDependencies": [
"temp",
Expand All @@ -31,10 +31,10 @@
"index-page": "marked README.md | sed s_http://wzrd.in/standalone/concat-stream@latest_/standalone/concat-stream@latest_ | sed 's_<p>Also, <a href=\"http://wzrd.in\">wzrd.in</a> has a nice url generating form.</p>_<form method=\"get\" id=\"url-generator\"><h3>Or choose a module here:</h3><label>Module:<input type=\"text\" name=\"module\" value=\"concat-stream\" required /></label><label>Version:<input type=\"text\" name=\"ver\" value=\"latest\" required /></label><input type=\"submit\" value=\"Go!\" /></form>_' | exercise-bike --readme :stdin: ./templates/index.handlebars ./public/index.html"
},
"devDependencies": {
"marked": "~0.2.9",
"marked": "~0.3.0",
"exercise-bike": "0.0.1",
"jsontool": "~5.1.3",
"supertest": "~0.7.1",
"tap": "~0.4.3"
"jsontool": "~7.0.1",
"supertest": "~0.9.0",
"tap": "~0.4.8"
}
}

0 comments on commit e543d44

Please sign in to comment.