From 3798c3057cea421c93527d89fee09e79650c1cce Mon Sep 17 00:00:00 2001 From: Ryan White Date: Mon, 30 May 2016 19:19:20 +0100 Subject: [PATCH 1/3] Include dist directory in bower installation --- bower.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2e93da0..cbd0d84 100644 --- a/bower.json +++ b/bower.json @@ -40,6 +40,8 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "!dist/", + "!dist/*" ] } From 30c52c6cd13b109e2ce83f47d10bd7a67ac14662 Mon Sep 17 00:00:00 2001 From: Ryan White Date: Mon, 30 May 2016 19:31:32 +0100 Subject: [PATCH 2/3] Include version in bower.json --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index cbd0d84..d5c240c 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "wicked-good-xpath", + "version": "1.3.0", "description": "Pure JS implementation of the DOM Level 3 XPath specification", "main": "dist/wgxpath.install.js", "authors": [ From 6be4cf4d67f4233217e38fbbade84f04fd8ecf4c Mon Sep 17 00:00:00 2001 From: Ryan White Date: Mon, 30 May 2016 19:31:38 +0100 Subject: [PATCH 3/3] v1.3.1 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index d5c240c..0339119 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "wicked-good-xpath", - "version": "1.3.0", + "version": "1.3.1", "description": "Pure JS implementation of the DOM Level 3 XPath specification", "main": "dist/wgxpath.install.js", "authors": [