Skip to content

Commit

Permalink
Merge pull request Bttstrp#202 from GrahamCampbell/derp-fixes
Browse files Browse the repository at this point in the history
Derp Fixes
  • Loading branch information
Emanuele committed Jan 7, 2014
2 parents 98b6ddd + f7ae118 commit 0074d4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.grunt
node_modules
<<<<<<< HEAD
components
=======
components
>>>>>>> master
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ module.exports = (grunt) ->
tasks: ["clean:css", "less", "cssmin", "usebanner:css"]

grunt.registerTask "go", ["build", "connect", "open", "watch"]
grunt.registerTask "build", ["clean", "coffeelint", "coffee", "uglify", "usebanner:js", "less", "cssmin", "usebanner:css"]
grunt.registerTask "build", ["clean", "coffeelint", "coffee", "uglify", "usebanner:js", "less", "cssmin", "usebanner:css"]
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-switch",
"description": "Unofficial bootstrap switch",
"version": "1.9.0",
"version": "2.0.0",
"main": [
"build/js/bootstrap-switch.js",
"build/css/bootstrap3/bootstrap-switch.css"
Expand All @@ -12,4 +12,4 @@
"dependencies": {
"jquery": ">=1.9.0"
}
}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nostalgiaz/bootstrap-switch",
"description": "Unofficial bootstrap switch",
"version": "1.9.0",
"version": "2.0.0",
"type": "component",
"keywords": [
"javaScript"
Expand Down

0 comments on commit 0074d4b

Please sign in to comment.