Skip to content

Commit

Permalink
downgrade slugify and use own typings (some issues there, see simov/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
noxan committed Nov 22, 2017
1 parent bdd3209 commit 5e84fc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'slugify';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"axios": "^0.17.0",
"js-yaml": "^3.9.1",
"simple-git": "^1.82.0",
"slugify": "^1.2.4",
"slugify": "^1.1.0 < 1.2.0",
"yargs": "^10.0.3"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2208,9 +2208,9 @@ slash@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55"

slugify@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.2.4.tgz#8f52cf264068a71e991459bd2aa7a2b6cd87f868"
"slugify@^1.1.0 < 1.2.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/slugify/-/slugify-1.1.0.tgz#7e5b0938d52b5efab1878247ef0f6a4f05db7ee0"

sntp@1.x.x:
version "1.0.9"
Expand Down

0 comments on commit 5e84fc9

Please sign in to comment.