Graham Campbell 11 лет назад
Родитель
Сommit
f7ae118988
5 измененных файлов с 5 добавлено и 9 удалено
  1. 0 4
      .gitignore
  2. 1 1
      Gruntfile.coffee
  3. 2 2
      bower.json
  4. 1 1
      composer.json
  5. 1 1
      index.html

+ 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"

+ 1 - 1
index.html

@@ -406,4 +406,4 @@ $('.radio1').on('switch-change', function () {
   <script src="docs/vendor/prism.js"></script>
   <script src="docs/index.js"></script>
   </body>
-</html>
+</html>