From fdfc824659d6346213a201a7ea1146b5350a1883 Mon Sep 17 00:00:00 2001 From: Ryan Clark Date: Tue, 8 Sep 2015 10:06:56 -0700 Subject: [PATCH] yowl --- index.js | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 893140f..722edf6 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ -var hat = require('hat'); +var cuid = require('cuid'); module.exports = function cat() { - return 'c' + hat().substring(1); + return cuid(); }; diff --git a/package.json b/package.json index 4cc4950..9adaf31 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "homepage": "https://github.com/rclark/cat#readme", "dependencies": { - "hat": "0.0.3" + "cuid": "^1.3.8" }, "devDependencies": { "tape": "^4.2.0"