Skip to content

Commit

Permalink
#143 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Nov 6, 2014
1 parent c56d65d commit 768c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "joola.sdk",
"preferGlobal": false,
"version": "0.7.17",
"version": "0.7.18",
"author": "Joola <[email protected]>",
"description": "joola's software development kit (SDK)",
"engine": "node >= 0.10.x",
Expand Down
2 changes: 2 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,3 +363,5 @@ joola.get = function (key) {
return joola.options[key];
};

joola.colors = ['#058DC7', '#50B432', '#ED7E17', '#AF49C5', '#EDEF00', '#8080FF', '#A0A424', '#E3071C', '#6AF9C4', '#B2DEFF', '#64E572', '#CCCCCC' ];
joola.offcolors = ['#AADFF3', '#C9E7BE', '#F2D5BD', '#E1C9E8', '#F6F3B1', '#DADBFB', '#E7E6B4', '#F4B3BC', '#AADFF3', '#F2D5BD', '#C9E7BE', '#EEEEEE'];

0 comments on commit 768c047

Please sign in to comment.