Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Apr 16, 2015
1 parent 1c0d63d commit ef88083
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc-core",
"version": "0.3.1",
"version": "0.3.2",
"description": "Core parser library to generate apidoc result following the apidoc-spec",
"author": "Peter Rottmann <[email protected]>",
"license": {
Expand All @@ -18,7 +18,8 @@
},
"scripts": {
"test": "npm run jshint && mocha test/**/*_test.js",
"jshint": "jshint lib/ test/"
"jshint": "jshint lib/ test/",
"check-updates": "npm-check-updates"
},
"keywords": [
"api",
Expand All @@ -32,16 +33,17 @@
"node": ">= 0.10.0"
},
"dependencies": {
"lodash": "~2.4.1",
"semver": "~4.2.0",
"lodash": "~3.6.0",
"semver": "~4.3.3",
"wrench": "~1.5.8"
},
"devDependencies": {
"apidoc-example": "*",
"jshint": "~2.5.10",
"marked": "~0.3.2",
"mocha": "~2.1.0",
"should": "~4.6.0"
"jshint": "~2.7.0",
"marked": "~0.3.3",
"mocha": "~2.2.4",
"npm-check-updates": "^1.5.1",
"should": "~6.0.1"
},
"jshintConfig": {
"camelcase": true,
Expand Down

0 comments on commit ef88083

Please sign in to comment.