mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Use fixed version for bower components.
This commit is contained in:
parent
2eacef401b
commit
e161c066a6
1 changed files with 7 additions and 7 deletions
|
@ -4,12 +4,12 @@
|
|||
"license": "AGPL-3.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.6",
|
||||
"font-awesome": "^4.5.0",
|
||||
"handlebars": "^1.3.0",
|
||||
"sammy": "^0.7.6",
|
||||
"js-cookie": "^2.1.0",
|
||||
"source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#release",
|
||||
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#release"
|
||||
"bootstrap": "3.3.6",
|
||||
"font-awesome": "4.5.0",
|
||||
"handlebars": "1.3.0",
|
||||
"sammy": "0.7.6",
|
||||
"js-cookie": "2.1.0",
|
||||
"source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#2.020R-ro/1.075R-it",
|
||||
"source-code-pro": "git://github.com/adobe-fonts/source-code-pro.git#2.010R-ro/1.030R-it"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue