mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-23 21:40:32 +03:00
Downgrade deps, breaking prod. Update README.md
This commit is contained in:
parent
039bbdb585
commit
39bb13fa4b
|
@ -170,6 +170,8 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
|
||||||
- Install dependencies
|
- Install dependencies
|
||||||
`npm install`
|
`npm install`
|
||||||
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
|
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
|
||||||
|
- Create the compiled javascript file
|
||||||
|
`npm run build:prod`
|
||||||
- Start the server
|
- Start the server
|
||||||
`npm start`
|
`npm start`
|
||||||
- Open `http://localhost:9000`
|
- Open `http://localhost:9000`
|
||||||
|
|
|
@ -116,11 +116,11 @@
|
||||||
"swagger-schema-official": "^2.0.0-bab6bed",
|
"swagger-schema-official": "^2.0.0-bab6bed",
|
||||||
"ts-helpers": "^1.1.1",
|
"ts-helpers": "^1.1.1",
|
||||||
"tslint": "^5.2.0",
|
"tslint": "^5.2.0",
|
||||||
"typescript": "^2.3.2",
|
"typescript": "2.3.4",
|
||||||
"webpack": "^3.0.0",
|
"webpack": "^3.0.0",
|
||||||
"webpack-dev-server": "^2.5.0",
|
"webpack-dev-server": "^2.5.0",
|
||||||
"webpack-merge": "^4.1.0",
|
"webpack-merge": "^4.1.0",
|
||||||
"zone.js": "^0.8.10"
|
"zone.js": "0.8.12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lunr": "1.0.0",
|
"lunr": "1.0.0",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user