mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] js-cookie only has 2.1.0 max
This commit is contained in:
parent
0f8350a1e3
commit
451c1bd709
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
"font-awesome": "^4.5.0",
|
"font-awesome": "^4.5.0",
|
||||||
"handlebars": "^1.3.0",
|
"handlebars": "^1.3.0",
|
||||||
"sammy" : "^0.7.6",
|
"sammy" : "^0.7.6",
|
||||||
"js-cookie": "^2.2.0"
|
"js-cookie": "^2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue