mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Bump connect-slashes to 0.0.10
seems to kill warning `npm WARN package.json connect-slashes@0.0.9 No repository field.`
This commit is contained in:
parent
f085be4128
commit
2eb5758bc5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
"dependencies": {
|
||||
"express": "3.3.4",
|
||||
"express-hbs": "0.2.2",
|
||||
"connect-slashes": "0.0.9",
|
||||
"connect-slashes": "0.0.10",
|
||||
"node-polyglot": "0.2.1",
|
||||
"moment": "2.1.0",
|
||||
"underscore": "1.5.1",
|
||||
|
|
Loading…
Reference in a new issue