Skip to content

Commit

Permalink
Updated util dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
brentjanderson committed Aug 21, 2014
1 parent f978979 commit 4488263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package.describe({
summary: 'A nifty extension to Winston that provides great logging on the client too',
version: "0.1.1",
version: "0.2.0",
git: "https://github.com/farpoint/meteor-winston-client.git"
});

Npm.depends({
"util": "0.4.9"
"util": "0.10.3"
})

Package.on_use(function (api) {
Expand Down

0 comments on commit 4488263

Please sign in to comment.