mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 16:46:34 +03:00
install slugify
This commit is contained in:
parent
205aa6211c
commit
08a46846bc
|
@ -48,6 +48,7 @@
|
||||||
"remarkable": "npm:remarkable@^1.6.2",
|
"remarkable": "npm:remarkable@^1.6.2",
|
||||||
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
||||||
"scrollparent": "npm:scrollparent@^0.1.0",
|
"scrollparent": "npm:scrollparent@^0.1.0",
|
||||||
|
"slugify": "npm:slugify@^0.1.1",
|
||||||
"stream-http": "npm:stream-http@^2.3.0",
|
"stream-http": "npm:stream-http@^2.3.0",
|
||||||
"zone.js": "npm:zone.js@0.6.12"
|
"zone.js": "npm:zone.js@0.6.12"
|
||||||
},
|
},
|
||||||
|
@ -132,6 +133,7 @@
|
||||||
"shelljs": "^0.7.0",
|
"shelljs": "^0.7.0",
|
||||||
"should": "^9.0.2",
|
"should": "^9.0.2",
|
||||||
"sinon": "^1.17.2",
|
"sinon": "^1.17.2",
|
||||||
|
"slugify": "^0.1.1",
|
||||||
"systemjs-builder": "^0.15.16",
|
"systemjs-builder": "^0.15.16",
|
||||||
"tslint": "^3.13.0",
|
"tslint": "^3.13.0",
|
||||||
"tslint-stylish": "^2.1.0-beta",
|
"tslint-stylish": "^2.1.0-beta",
|
||||||
|
|
|
@ -38,6 +38,7 @@ System.config({
|
||||||
"remarkable": "npm:remarkable@1.6.2",
|
"remarkable": "npm:remarkable@1.6.2",
|
||||||
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
||||||
"scrollparent": "npm:scrollparent@0.1.0",
|
"scrollparent": "npm:scrollparent@0.1.0",
|
||||||
|
"slugify": "npm:slugify@0.1.1",
|
||||||
"stream-http": "npm:stream-http@2.3.0",
|
"stream-http": "npm:stream-http@2.3.0",
|
||||||
"systemjs/plugin-json": "github:systemjs/plugin-json@0.1.2",
|
"systemjs/plugin-json": "github:systemjs/plugin-json@0.1.2",
|
||||||
"zone.js": "npm:zone.js@0.6.12",
|
"zone.js": "npm:zone.js@0.6.12",
|
||||||
|
|
4
typings/slugify.d.ts
vendored
Normal file
4
typings/slugify.d.ts
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
declare module 'slugify' {
|
||||||
|
var x: any;
|
||||||
|
export default x;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user