Skip to content

Commit 5626167

Browse files
committed
Fix bower install
1 parent a270ec7 commit 5626167

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Export-ignore files for composer (with --prefer-dist)
2+
# Dont add bower.json, otherwise it is not loaded in the Bower package
23
docs export-ignore
34
.* export-ignore
45
Gruntfile.js export-ignore
56
README.md export-ignore
6-
bower.json export-ignore
77
package.json export-ignore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Several quick start options are available:
1313

14-
* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/releases/download/v1.2.13/bootstrap-checkbox-1.2.13-dist.zip "Download Bootstrap-checkbox").
14+
* [Download the latest release](https://github.com/vsn4ik/bootstrap-checkbox/releases/download/v1.2.14/bootstrap-checkbox-1.2.14-dist.zip "Download Bootstrap-checkbox").
1515
* Clone the repo: `git clone https://github.com/vsn4ik/bootstrap-checkbox.git`.
1616
* Install with [Bower](http://bower.io): `bower install bootstrap-checkbox`.
1717
* Install with [npm](https://www.npmjs.com): `npm install bootstrap-checkbox`.

dist/js/bootstrap-checkbox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/bootstrap-checkbox.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/i18n/es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/i18n/es.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/i18n/pt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/i18n/pt.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/i18n/ru.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

dist/js/i18n/ru.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap-checkbox v1.2.13 (http://vsn4ik.github.io/bootstrap-checkbox)
2+
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
33
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
44
* Licensed under the MIT license
55
*/

0 commit comments

Comments
 (0)