From c6cfc892cd95cca5c0ccdd576699f2f30aea1a51 Mon Sep 17 00:00:00 2001 From: Robert Main Date: Mon, 27 Apr 2015 09:37:54 +0100 Subject: [PATCH 1/5] Create bower.json --- bower.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c68aeea --- /dev/null +++ b/bower.json @@ -0,0 +1,13 @@ +{ + "name": "bootstrap-wysihtml5", + "description": "Simple, beautiful wysiwyg editor", + "homepage": "http://jhollingworth.github.com/bootstrap-wysihtml5", + "version": "0.0.2", + "main": "./dist/**.*", + "author": "jhollingworth", + "repository": { + "type": "git", + "url": "git@github.com:jhollingworth/bootstrap-wysihtml5.git" + }, + "license": "GPL" +} From c8dc475683b756e92582b07ff4b3cfebda7e47bf Mon Sep 17 00:00:00 2001 From: Robert Main Date: Mon, 27 Apr 2015 10:27:42 +0100 Subject: [PATCH 2/5] Update bower.json Prevented the addition of the minified js to the main entry. --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c68aeea..21dd315 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,10 @@ "description": "Simple, beautiful wysiwyg editor", "homepage": "http://jhollingworth.github.com/bootstrap-wysihtml5", "version": "0.0.2", - "main": "./dist/**.*", + "main": [ + "./dist/bootstrap-wysihtml5-0.0.2.js", + "./dist/bootstrap-wysihtml5-0.0.2.css" + ], "author": "jhollingworth", "repository": { "type": "git", From 85532caf895179727c74b649c8a68f17921c7bfc Mon Sep 17 00:00:00 2001 From: Robert Main Date: Mon, 27 Apr 2015 10:55:57 +0100 Subject: [PATCH 3/5] Update bower.json Added dependencies --- bower.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bower.json b/bower.json index 21dd315..b081dda 100644 --- a/bower.json +++ b/bower.json @@ -3,6 +3,12 @@ "description": "Simple, beautiful wysiwyg editor", "homepage": "http://jhollingworth.github.com/bootstrap-wysihtml5", "version": "0.0.2", + "dependencies": { + "wysihtml5": "~0.4.0", + "bootstrap": "~2.3.2", + "handlebars": "~1.3.0", + "jquery": ">=1.9.0 <2.1.0" + }, "main": [ "./dist/bootstrap-wysihtml5-0.0.2.js", "./dist/bootstrap-wysihtml5-0.0.2.css" From e8f116d3dea760faa36d42c523b5a9e73f7aa71d Mon Sep 17 00:00:00 2001 From: Robert Main Date: Mon, 27 Apr 2015 10:57:57 +0100 Subject: [PATCH 4/5] Update bower.json --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index b081dda..ee4b8bf 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "homepage": "http://jhollingworth.github.com/bootstrap-wysihtml5", "version": "0.0.2", "dependencies": { - "wysihtml5": "~0.4.0", + "wysihtml5": "~0.3.0", "bootstrap": "~2.3.2", "handlebars": "~1.3.0", "jquery": ">=1.9.0 <2.1.0" From 496fc63bc0f7213e4101324d29f90c9e43e09532 Mon Sep 17 00:00:00 2001 From: Robert Main Date: Mon, 27 Apr 2015 11:04:57 +0100 Subject: [PATCH 5/5] Update bower.json --- bower.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bower.json b/bower.json index ee4b8bf..21dd315 100644 --- a/bower.json +++ b/bower.json @@ -3,12 +3,6 @@ "description": "Simple, beautiful wysiwyg editor", "homepage": "http://jhollingworth.github.com/bootstrap-wysihtml5", "version": "0.0.2", - "dependencies": { - "wysihtml5": "~0.3.0", - "bootstrap": "~2.3.2", - "handlebars": "~1.3.0", - "jquery": ">=1.9.0 <2.1.0" - }, "main": [ "./dist/bootstrap-wysihtml5-0.0.2.js", "./dist/bootstrap-wysihtml5-0.0.2.css"