Skip to content

Commit 669206a

Browse files
committed
Upd devDeps and run grunt
1 parent 129e356 commit 669206a

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

dist/js/i18n/pl.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*!
2+
* Bootstrap-checkbox v1.4.0 (https://vsn4ik.github.io/bootstrap-checkbox/)
3+
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
4+
* Licensed under the MIT license
5+
*/
6+
7+
'use strict';
8+
9+
(function($) {
10+
$.extend($.fn.checkboxpicker.defaults, {
11+
offLabel: 'Nie',
12+
onLabel: 'Tak',
13+
warningMessage: 'Nie używaj elementu Bootstrap-checkbox wewnątrz elementu label.'
14+
});
15+
})(jQuery);

dist/js/i18n/pl.min.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*!
2+
* Bootstrap-checkbox v1.4.0 (https://vsn4ik.github.io/bootstrap-checkbox/)
3+
* Copyright 2013-2016 Vasily A. (https://github.com/vsn4ik)
4+
* Licensed under the MIT license
5+
*/
6+
7+
"use strict";!function(a){a.extend(a.fn.checkboxpicker.defaults,{offLabel:"Nie",onLabel:"Tak",warningMessage:"Nie używaj elementu Bootstrap-checkbox wewnątrz elementu label."})}(jQuery);

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"grunt-contrib-clean": "~1.0.0",
3232
"grunt-contrib-compress": "~1.3.0",
3333
"grunt-contrib-copy": "~1.0.0",
34-
"grunt-contrib-jshint": "~1.0.0",
34+
"grunt-contrib-jshint": "~1.1.0",
3535
"grunt-contrib-less": "~1.4.0",
3636
"grunt-contrib-uglify": "~2.0.0",
3737
"grunt-ejs": "~0.3.0",
3838
"grunt-jscs": "~2.5.0",
39-
"highlight.js": "~9.6.0",
40-
"jquery": "~3.1.0",
39+
"highlight.js": "~9.9.0",
40+
"jquery": "~3.1.1",
4141
"load-grunt-tasks": "~3.5.2",
42-
"octicons": "~4.3.0"
42+
"octicons": "~5.0.1"
4343
}
4444
}

0 commit comments

Comments
 (0)