diff --git a/bower.json b/bower.json index ce7fb79..42364d4 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gradient-parser", - "version": "0.1.1", + "version": "0.1.2", "main": "build/web.js", "ignore": [ ".editorconfig", @@ -12,7 +12,15 @@ ".umd", "gulpfile.js", "npm-shrinkwrap.json", - "package.json" + "package.json", + "index.html", + "Makefile", + "build/node.js", + "README.md", + "gruntfile.js", + "lib/*", + "spec/*", + "LICENSE" ], "dependencies": { diff --git a/package.json b/package.json index 4ada9bd..f825165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gradient-parser", - "version": "0.1.1", + "version": "0.1.2", "description": "Parse CSS3 gradient definitions and return an AST.", "author": { "name": "Rafael Carcicio",