Tweaks
authorGraham Campbell <graham@mineuk.com>
Thu, 26 Dec 2013 15:55:26 +0000 (15:55 +0000)
committerGraham Campbell <graham@mineuk.com>
Thu, 26 Dec 2013 15:55:26 +0000 (15:55 +0000)
.gitignore
.travis.yml
CNAME
Gemfile
Gruntfile.js
LICENSE
_config.yml
index.html
package.json

index a4c9a16..26566d3 100644 (file)
@@ -3,4 +3,4 @@ components
 node_modules
 build
 _site
-*.lock
\ No newline at end of file
+*.lock
index 3ff5241..9be3892 100644 (file)
@@ -12,4 +12,4 @@ before_install:
   - npm install -g grunt-cli recess bower
   - bower install
 
-script: "grunt swatch"
\ No newline at end of file
+script: "grunt swatch"
diff --git a/CNAME b/CNAME
index cd527f5..ed918c7 100644 (file)
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-bootswatch.com
\ No newline at end of file
+bootswatch.com
diff --git a/Gemfile b/Gemfile
index 3a1ebf3..053c27d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,2 @@
 source 'https://rubygems.org'
-gem 'github-pages'
\ No newline at end of file
+gem 'github-pages'
index 8c1419a..f5b0c10 100644 (file)
@@ -86,4 +86,4 @@ module.exports = function (grunt) {
        grunt.registerTask('default', 'build a theme', function() {
                grunt.task.run('swatch');
        });
-};
\ No newline at end of file
+};
diff --git a/LICENSE b/LICENSE
index 19dc35b..dd5b3a5 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,3 @@
-
                                  Apache License
                            Version 2.0, January 2004
                         http://www.apache.org/licenses/
       of any other Contributor, and only if You agree to indemnify,
       defend, and hold each Contributor harmless for any liability
       incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
\ No newline at end of file
+      of your accepting any such warranty or additional liability.
index e546f63..8e273b5 100644 (file)
@@ -1 +1 @@
-exclude: [src]
\ No newline at end of file
+exclude: [src]
index b1ae1e1..86eb3c3 100644 (file)
       !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
     </script>
   </body>
-</html>
\ No newline at end of file
+</html>
index d025796..6c127ca 100644 (file)
@@ -7,7 +7,7 @@
   "license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
   "repository": {
     "type": "git",
-    "url": "https://github.com/thomaspark/bootswatch.git"
+    "url": "https://github.com/thomaspark/bootswatch"
   },
   "engines": {
     "node": ">= 0.8.11"