1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 20:21:55 +00:00

Update bootstrap and jquery versions for bootstrap theme

This commit is contained in:
James Hillyerd
2016-02-22 19:15:37 -08:00
parent 44f6407de8
commit bcc36ee965
172 changed files with 14086 additions and 6273 deletions

View File

@@ -1,6 +1,5 @@
{
"name": "inbucket-bootstrap",
"version": "1.0.0",
"homepage": "http://www.inbucket.org/",
"authors": [
"James Hillyerd <james@hillyerd.com>"
@@ -19,7 +18,7 @@
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"jquery": "~2.1.4"
"bootstrap": "3.3",
"jquery": "2"
}
}