From f3de5fc9b63a50d85620a0494ea6cdc4e9664178 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sun, 7 Sep 2014 21:49:29 +0200 Subject: [PATCH] Fix bower package --- bower.json | 12 ++++++++++-- package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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",