diff --git a/bower.json b/bower.json index 2e93da0..0339119 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "wicked-good-xpath", + "version": "1.3.1", "description": "Pure JS implementation of the DOM Level 3 XPath specification", "main": "dist/wgxpath.install.js", "authors": [ @@ -40,6 +41,8 @@ "node_modules", "bower_components", "test", - "tests" + "tests", + "!dist/", + "!dist/*" ] }