Fix bower package

This commit is contained in:
Rafael Caricio 2014-09-07 21:49:29 +02:00
parent 4084ba4b5c
commit f3de5fc9b6
2 changed files with 11 additions and 3 deletions

View file

@ -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": {

View file

@ -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",