Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit ff1efae

Browse files
committed
Bumped versions
1 parent ca47aa6 commit ff1efae

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"LICENCE"
1313
],
1414
"dependencies": {
15-
"bootstrap": "~3.3.4"
15+
"bootstrap": "~3.3.7"
1616
},
1717
"private" : "true"
1818
}

dist/css/kb-style.css

+6-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/less/kb-style.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
kungbib-styles 1.1.5
2+
kungbib-styles 1.1.6
33
Stylesheet accompanying the style guide for web development at the National Library of Sweden.
44
https://kungbib.github.io/frontend-guide
55
*/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kungbib-styles",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "",
55
"main": "\"\"",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"author": "Ola Blissing <[email protected]>",
1010
"license": "\"\"",
1111
"devDependencies": {
12-
"bootstrap": "^3.3.4",
12+
"bootstrap": "^3.3.7",
1313
"grunt": "^0.4.5",
1414
"grunt-banner": "^0.5.0",
1515
"grunt-contrib-clean": "^0.6.0",
@@ -21,7 +21,7 @@
2121
"grunt-gh-pages": "^0.10.0",
2222
"grunt-kss": "^2.0.0",
2323
"grunt-replace": "^0.9.2",
24-
"jquery": "^2.1.3",
24+
"jquery": "^3.1.0",
2525
"less-plugin-autoprefix": "^1.4.1",
2626
"less-plugin-clean-css": "^1.5.0",
2727
"matchdep": "^0.3.0"

0 commit comments

Comments
 (0)