Skip to content

Commit

Permalink
Change ms dep in favour of pretty-ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Oct 4, 2016
1 parent 0ca4660 commit 1ede313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Default.coffee
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

ms = require 'ms'
chalk = require 'chalk'
formatUtil = require './Format'
ms = require 'pretty-ms'
CONST = require './Constants'

module.exports =
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chalk": "~1.1.1",
"coffee-script": "~1.11.0",
"lodash.defaults": "~4.2.0",
"ms": "~0.7.1"
"pretty-ms": "~2.1.0"
},
"devDependencies": {
"acho-skin-cli": "latest",
Expand Down

0 comments on commit 1ede313

Please sign in to comment.