summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-26 08:28:35 -0800
committerThomas Park <thomas@thomaspark.me>2013-12-26 08:28:35 -0800
commit97313f9ce3f87553bf599da209bb2bd1b6fc380b (patch)
tree9ea9a650bb138982eb2dc2b9e159f7375fff4c7d
parent6dc6a5ed5c273d554a300d1773c8bb252021c141 (diff)
parent36634280a9445e1f1e209b64b8993562a4f60d2d (diff)
Merge pull request #188 from GrahamCampbell/gh-pages
Tweaks
-rw-r--r--.gitignore2
-rw-r--r--.travis.yml2
-rw-r--r--CNAME2
-rw-r--r--Gemfile2
-rw-r--r--Gruntfile.js2
-rw-r--r--LICENSE3
-rw-r--r--_config.yml2
-rw-r--r--index.html2
-rw-r--r--package.json2
9 files changed, 9 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore
index a4c9a166..26566d32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ components
node_modules
build
_site
-*.lock \ No newline at end of file
+*.lock
diff --git a/.travis.yml b/.travis.yml
index 3ff52416..9be38929 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 cd527f51..ed918c71 100644
--- a/CNAME
+++ b/CNAME
@@ -1 +1 @@
-bootswatch.com \ No newline at end of file
+bootswatch.com
diff --git a/Gemfile b/Gemfile
index 3a1ebf30..053c27dc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
-gem 'github-pages' \ No newline at end of file
+gem 'github-pages'
diff --git a/Gruntfile.js b/Gruntfile.js
index 8c1419ab..f5b0c10d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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 19dc35b2..dd5b3a58 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,3 @@
-
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
@@ -172,4 +171,4 @@
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.
diff --git a/_config.yml b/_config.yml
index e546f638..8e273b5b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1 +1 @@
-exclude: [src] \ No newline at end of file
+exclude: [src]
diff --git a/index.html b/index.html
index b1ae1e1a..86eb3c36 100644
--- a/index.html
+++ b/index.html
@@ -645,4 +645,4 @@
!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>
diff --git a/package.json b/package.json
index d0257961..6c127caf 100644
--- a/package.json
+++ b/package.json
@@ -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"