From 15055fb51e3fb1ffc1cf83d13a9aa9d9b25a5779 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Mon, 8 Aug 2016 12:51:20 +0200 Subject: [PATCH] Has been renamed --- HISTORY.md | 2 +- bin/list | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 11551e26..7467d1d7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -39,7 +39,7 @@ * minimist [@rauchg] * smaller `babel-runtime` footprint [@rauchg] - * use `micro-core` for faster download [@rauchg] + * use `micro` for faster download [@rauchg] 0.2.1 / 2016-04-27 ================== diff --git a/bin/list b/bin/list index e311abe8..44bba3d7 100644 --- a/bin/list +++ b/bin/list @@ -7,7 +7,7 @@ import path from 'path' // Packages import {parse} from 'url' import {StringDecoder} from 'string_decoder' -import micro, {send} from 'micro-core' +import micro, {send} from 'micro' import {red, green} from 'chalk' import args from 'args' import {compile} from 'handlebars' diff --git a/package.json b/package.json index 30c245d2..ec005a25 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "filesize": "3.3.0", "handlebars": "4.0.5", "istextorbinary": "2.1.0", - "micro-core": "0.4.0", + "micro": "^5.0.1", "mime": "1.3.4" } }