Skip to content

Commit

Permalink
Has been renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Aug 8, 2016
1 parent 6dbdbdd commit 15055fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
==================
Expand Down
2 changes: 1 addition & 1 deletion bin/list
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 15055fb

Please sign in to comment.