Skip to content

Commit

Permalink
bump bootprint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Aug 9, 2017
1 parent b70f2fa commit 42a103c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "jupyterhub-docs-build",
"version": "0.0.0",
"version": "0.8.0",
"description": "build JupyterHub swagger docs",
"scripts": {
"rest-api": "bootprint openapi ./rest-api.yml source/_static/rest-api"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"bootprint": "^0.10.0",
"bootprint-openapi": "^0.17.0"
"bootprint": "^1.0.0",
"bootprint-openapi": "^1.0.0"
}
}

0 comments on commit 42a103c

Please sign in to comment.