mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 18:43:43 +03:00
fix issue #116
This commit is contained in:
parent
6cc525e594
commit
c1f1944cae
|
@ -136,7 +136,7 @@ Redoc.init('http://petstore.swagger.io/v2/swagger.json', {
|
||||||
```bash
|
```bash
|
||||||
npm run build:sass
|
npm run build:sass
|
||||||
```
|
```
|
||||||
- _(optional)_ Replace `demo/swagger.json` with your own schema
|
- _(optional)_ Replace `demo/swagger.yaml` with your own schema
|
||||||
- Start the server
|
- Start the server
|
||||||
`npm start`
|
`npm start`
|
||||||
- Open `http://localhost:9000`
|
- Open `http://localhost:9000`
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
"tslint": "^3.15.0-dev.0",
|
"tslint": "^3.15.0-dev.0",
|
||||||
"tslint-stylish": "^2.1.0-beta",
|
"tslint-stylish": "^2.1.0-beta",
|
||||||
"typescript": "^2.0.2",
|
"typescript": "^2.0.2",
|
||||||
"webpack": "^2.1.0-beta.21",
|
"webpack": "^2.1.0-beta.22",
|
||||||
"webpack-dev-server": "^2.1.0-beta.2"
|
"webpack-dev-server": "^2.1.0-beta.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user