Skip to content

Commit 8879b7f

Browse files
author
Maciej Gurban
committed
Version bump and meta update
1 parent 5d578e8 commit 8879b7f

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "responsive-bootstrap-toolkit",
3-
"version": "2.5.1",
3+
"version": "2.6.0",
44
"homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit",
5-
"description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code.",
5+
"description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code. Despite the name, you can use it also with Foundation, or any other framework.",
66
"main": "dist/bootstrap-toolkit.js",
77
"keywords": [
88
"bootstrap",

dist/bootstrap-toolkit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Responsive Bootstrap Toolkit
33
* Author: Maciej Gurban
44
* License: MIT
5-
* Version: 2.5.1 (2015-11-02)
5+
* Version: 2.6.0 (2015-11-02)
66
* Origin: https://github.com/maciej-gurban/responsive-bootstrap-toolkit
77
*/
88
var ResponsiveBootstrapToolkit = (function($){

dist/bootstrap-toolkit.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.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "responsive-bootstrap-toolkit",
3-
"version": "2.5.1",
2+
"name": "responsive-toolkit",
3+
"version": "2.6.0",
44
"description": "Responsive Bootstrap Toolkit provides an easy way of breakpoint detection in JavaScript, detecting changes in currently active breakpoint, as well as executing any breakpoint-specific JavaScript code. Despite the name, you can use it also with Foundation, or any other framework.",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"
77
},
8+
"main": "src/bootstrap-toolkit.js",
89
"repository": {
910
"type": "git",
1011
"url": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit.git"
@@ -16,13 +17,12 @@
1617
},
1718
"homepage": "https://github.com/maciej-gurban/responsive-bootstrap-toolkit",
1819
"devDependencies": {
19-
"gulp": "^3.9.1",
20-
"gulp-eslint": "^2.0.0",
21-
"gulp-notify": "^2.2.0",
22-
"gulp-plumber": "^1.1.0",
23-
"gulp-rename": "^1.2.2",
24-
"gulp-uglify": "^1.5.3",
25-
"gulp-util": "^3.0.7",
26-
"jshint": "^2.9.2"
20+
"gulp": "3.9.1",
21+
"gulp-eslint": "2.0.0",
22+
"gulp-notify": "2.2.0",
23+
"gulp-plumber": "1.1.0",
24+
"gulp-rename": "1.2.2",
25+
"gulp-uglify": "1.5.3",
26+
"gulp-util": "3.0.7"
2727
}
2828
}

src/bootstrap-toolkit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Responsive Bootstrap Toolkit
33
* Author: Maciej Gurban
44
* License: MIT
5-
* Version: 2.5.1 (2015-11-02)
5+
* Version: 2.6.0 (2015-11-02)
66
* Origin: https://github.com/maciej-gurban/responsive-bootstrap-toolkit
77
*/
88
var ResponsiveBootstrapToolkit = (function($){

0 commit comments

Comments
 (0)