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", "name": "gradient-parser",
"version": "0.1.1", "version": "0.1.2",
"main": "build/web.js", "main": "build/web.js",
"ignore": [ "ignore": [
".editorconfig", ".editorconfig",
@ -12,7 +12,15 @@
".umd", ".umd",
"gulpfile.js", "gulpfile.js",
"npm-shrinkwrap.json", "npm-shrinkwrap.json",
"package.json" "package.json",
"index.html",
"Makefile",
"build/node.js",
"README.md",
"gruntfile.js",
"lib/*",
"spec/*",
"LICENSE"
], ],
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "gradient-parser", "name": "gradient-parser",
"version": "0.1.1", "version": "0.1.2",
"description": "Parse CSS3 gradient definitions and return an AST.", "description": "Parse CSS3 gradient definitions and return an AST.",
"author": { "author": {
"name": "Rafael Carcicio", "name": "Rafael Carcicio",