Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Aug 19, 2014
1 parent bb69ea7 commit e311b22
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-colors",
"description": "CSS Color functions",
"version": "1.0.2",
"version": "1.0.3",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
Expand All @@ -23,7 +23,9 @@
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"files": ["index.js"],
"files": [
"index.js"
],
"keywords": [
"css",
"color",
Expand Down

0 comments on commit e311b22

Please sign in to comment.