Skip to content

Commit

Permalink
Updating version number and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller committed Feb 26, 2016
1 parent 0303dd1 commit 0b7fe37
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swagger-jsdoc",
"version": "1.1.2",
"version": "1.2.0",
"description": "Generates swagger doc based on JSDoc",
"main": "index.js",
"scripts": {
Expand All @@ -27,18 +27,18 @@
},
"homepage": "https://github.com/Surnet/swagger-jsdoc",
"dependencies": {
"doctrine": "^0.7.0",
"js-yaml": "^3.4.2",
"swagger-parser": "^3.0.1"
"doctrine": "^1.2.0",
"js-yaml": "^3.5.3",
"swagger-parser": "^3.4.0"
},
"devDependencies": {
"body-parser": "^1.14.0",
"express": "^4.13.3",
"istanbul": "^0.3.21",
"jscs": "^2.1.1",
"mocha": "^2.3.3",
"mocha-jscs": "^3.0.0",
"mocha-jshint": "^2.2.3",
"supertest": "^1.1.0"
"body-parser": "^1.15.0",
"express": "^4.13.4",
"istanbul": "^0.4.2",
"jscs": "^2.10.1",
"mocha": "^2.4.5",
"mocha-jscs": "^4.2.0",
"mocha-jshint": "^2.3.1",
"supertest": "^1.2.0"
}
}

0 comments on commit 0b7fe37

Please sign in to comment.