Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed May 22, 2018
1 parent 10f3489 commit 21872a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-node-cli",
"version": "1.1.1",
"version": "1.2.0",
"description": "Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
"keywords": [
"tree",
Expand Down

7 comments on commit 21872a0

@azu
Copy link

@azu azu commented on 21872a0 May 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yangshun Can you publish to npm?

@yangshun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @azu I think I have done that - https://www.npmjs.com/package/tree-node-cli says 1.2.0

@azu
Copy link

@azu azu commented on 21872a0 May 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yangshun Oh, Thanks.
I've confirmed latest version is 1.2.0 on npm web.
But, npm info tree-node-cli@latest point to 1.1.1 in my local machine.

Notes:
RunKit can find @1.2.0
unpkg can not find https://unpkg.com/tree-node-cli@1.2.0

I think that npm have trouble about publishing and something wrong.

We are still experiencing minor delays on some publishes.
https://status.npmjs.org/incidents/3rjzvts6v98k

Probably, Time will heal this issue.

@yangshun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's odd. I'll investigate tonight. Are you using this package in any of your projects?

@azu
Copy link

@azu azu commented on 21872a0 May 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yangshun
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow I didn't know textlint's website is on Docusaurus! Nice! I'm a big fan of textlint btw 馃槃

Would you want to feature textlint on Docusaurus website as a user? Docusaurus will be honored to include textlint!

@azu
Copy link

@azu azu commented on 21872a0 May 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah! I'll submit PR later.

FYI: I've found similar issue on rxjs ReactiveX/rxjs#3729
It has been reoslved by times.

Please sign in to comment.