浏览代码

Merge pull request #202 from GrahamCampbell/derp-fixes

Derp Fixes
Emanuele 11 年之前
父节点
当前提交
0074d4b2d7
共有 4 个文件被更改,包括 4 次插入8 次删除
  1. 0 4
      .gitignore
  2. 1 1
      Gruntfile.coffee
  3. 2 2
      bower.json
  4. 1 1
      composer.json

+ 0 - 4
.gitignore

@@ -1,7 +1,3 @@
 .grunt
 node_modules
-<<<<<<< HEAD
 components
-=======
-components
->>>>>>> master

+ 1 - 1
Gruntfile.coffee

@@ -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"]

+ 2 - 2
bower.json

@@ -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"
@@ -12,4 +12,4 @@
   "dependencies": {
     "jquery": ">=1.9.0"
   }
-}
+}

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
   "name": "nostalgiaz/bootstrap-switch",
   "description": "Unofficial bootstrap switch",
-  "version": "1.9.0",
+  "version": "2.0.0",
   "type": "component",
   "keywords": [
     "javaScript"