Skip to content

Commit

Permalink
bump to colors.js v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nooitaf committed Mar 2, 2016
1 parent 9f6a405 commit 036fea8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Colors.js for Meteor

Meteor _Server Only_ wrapper for [Colors.js](https://github.com/Marak/colors.js) 1.0.3
Meteor _Server Only_ wrapper for [Colors.js](https://github.com/Marak/colors.js) 1.1.2



Expand Down
4 changes: 3 additions & 1 deletion export.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
colors = Npm.require('colors');
this.colors = Npm.require('colors');
colors = this.colors;
delete this.colors;
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package.describe({
summary: "Add colors to strings using Colors.js",
version: "0.0.3",
version: "1.1.2",
name: "nooitaf:colors",
git: "https://github.com/nooitaf/meteor-colors.git"
});

Npm.depends({
"colors": "1.0.3"
"colors": "1.1.2"
});

Package.onUse(function (api) {
Expand Down

0 comments on commit 036fea8

Please sign in to comment.