Skip to content

Commit

Permalink
fix(bin) use 6to5 instead of gnode
Browse files Browse the repository at this point in the history
Promise is removed from regenerator!!! 💢

facebook/regenerator#142
  • Loading branch information
popomore committed Jan 22, 2015
1 parent c24d27c commit 093d283
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

---

## 0.3.3

- fix(bin) use 6to5 instead of gnode

## 0.3.2

- fix(bin) also miss ali.gnode, should be gnode
Expand Down
2 changes: 1 addition & 1 deletion bin/_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ co(function*() {
} catch(e) {}
}
console.log();
console.info(colorful.green('Run spm-client %s success', subCommand));
console.info(colorful.green('Run `spm-client %s` success'), subCommand);
}).then();

function showHelp() {
Expand Down
2 changes: 1 addition & 1 deletion bin/client
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

'use strict';

require('gnode');
require('6to5/register');
require('./_client.js');
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "spm-client",
"version": "0.3.2",
"version": "0.3.3",
"description": "spm client api",
"main": "index",
"dependencies": {
"gnode": "~0.1.1",
"6to5": "~2.13.5",
"co": "~4.1.0",
"co-request": "~0.2.0",
"colorful": "~2.1.0",
Expand Down

0 comments on commit 093d283

Please sign in to comment.