Skip to content

Commit

Permalink
chore: updated deps version and moved some from devDependencies to de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
nicolas-bonnel committed Mar 10, 2017
1 parent a99becf commit dac9298
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 135 deletions.
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"name": "vue-openapi",
"version": "0.1.1",
"description": "Display API documentation that follow the OpenAPI 3.0 Specification",
"keywords": ["vue", "material", "openapi", "api", "documentation", "swagger"],
"keywords": [
"vue",
"material",
"openapi",
"api",
"documentation",
"swagger"
],
"author": {
"name": "Koumoul",
"email": "[email protected]",
Expand All @@ -18,6 +25,11 @@
"dev": "NODE_ENV=development webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash.get": "^4.4.2",
"vue-material": "^0.7.1",
"vue-resource": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
Expand All @@ -38,12 +50,10 @@
"json-loader": "^0.5.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue": "^2.1.3",
"vue": "2.2.1",
"vue-loader": "^10.0.1",
"vue-material": "^0.7.1",
"vue-resource": "^1.0.3",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.3",
"vue-template-compiler": "2.2.1",
"webpack": "^1.13.3"
}
}
Loading

0 comments on commit dac9298

Please sign in to comment.