Downgrade deps, breaking prod. Update README.md

This commit is contained in:
wilsonge 2017-07-18 11:57:04 +01:00
parent 039bbdb585
commit 39bb13fa4b
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
2 changed files with 4 additions and 2 deletions

View File

@ -170,6 +170,8 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
- Install dependencies
`npm install`
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
- Create the compiled javascript file
`npm run build:prod`
- Start the server
`npm start`
- Open `http://localhost:9000`

View File

@ -116,11 +116,11 @@
"swagger-schema-official": "^2.0.0-bab6bed",
"ts-helpers": "^1.1.1",
"tslint": "^5.2.0",
"typescript": "^2.3.2",
"typescript": "2.3.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"webpack-merge": "^4.1.0",
"zone.js": "^0.8.10"
"zone.js": "0.8.12"
},
"dependencies": {
"lunr": "1.0.0",