Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not create on my npm package #19

Closed
sergeysova opened this issue Jan 27, 2016 · 6 comments
Closed

Not create on my npm package #19

sergeysova opened this issue Jan 27, 2016 · 6 comments

Comments

@sergeysova
Copy link

I cant create for my nonstandard.js package
https://github.com/LestaD/nonstandard.js

@sergeysova
Copy link
Author

image

@ekalinin
Copy link
Owner

➥ ./gh-md-toc https://raw.githubusercontent.com/LestaD/nonstandard.js/master/README.md

Table of Contents
=================


Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc.go)
  • But this way is working well:
➥ curl -s https://raw.githubusercontent.com/LestaD/nonstandard.js/master/README.md > test.readme.md
➥ ./gh-md-toc test.readme.md

Table of Contents
=================

  * [Readme](#readme)
    * [console\.pipe](#consolepipe)
    * [console\.[log, info, warn, error]\.pipe](#consolelog-info-warn-errorpipe)
    * [Array\.empty](#arrayempty)
    * [Array\.present](#arraypresent)
    * [Array\.prototype\.first](#arrayprototypefirst)
    * [Array\.prototype\.second](#arrayprototypesecond)
    * [Array\.prototype\.last](#arrayprototypelast)
    * [Array\.prototype\.clean](#arrayprototypeclean)
    * [Array\.prototype\.includes](#arrayprototypeincludes)
    * [Array\.prototype\.clone](#arrayprototypeclone)
    * [Object\.clone](#objectclone)
    * [Object\.empty](#objectempty)
    * [Object\.present](#objectpresent)
    * [Number\.range](#numberrange)
    * [Number\.prototype\.times](#numberprototypetimes)

Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc.go)

@ekalinin
Copy link
Owner

This command doesn't work as github's layout changed a bit:

➥ ./gh-md-toc https://raw.githubusercontent.com/LestaD/nonstandard.js/master/README.md

Fixing atm.

@ekalinin
Copy link
Owner

Seems, fixed:

➥ ./gh-md-toc --version
0.4.6
➥ ./gh-md-toc https://github.com/LestaD/nonstandard.js/blob/master/README.md

Table of Contents
=================

  * [Readme](#readme)
    * [console.pipe](#consolepipe)
    * [console.[log, info, warn, error].pipe](#consolelog-info-warn-errorpipe)
    * [Array.empty](#arrayempty)
    * [Array.present](#arraypresent)
    * [Array.prototype.first](#arrayprototypefirst)
    * [Array.prototype.second](#arrayprototypesecond)
    * [Array.prototype.last](#arrayprototypelast)
    * [Array.prototype.clean](#arrayprototypeclean)
    * [Array.prototype.includes](#arrayprototypeincludes)
    * [Array.prototype.clone](#arrayprototypeclone)
    * [Object.clone](#objectclone)
    * [Object.empty](#objectempty)
    * [Object.present](#objectpresent)
    * [Number.range](#numberrange)
    * [Number.prototype.times](#numberprototypetimes)

Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)

@sergeysova
Copy link
Author

@ekalinin
👍 thanx!!!

@ekalinin
Copy link
Owner

You're welcome :)

michaliskambi added a commit to michaliskambi/github-markdown-toc that referenced this issue Mar 1, 2016
It seems upstream fix for ekalinin#19 solved also my old issue.
michaliskambi added a commit to michaliskambi/github-markdown-toc that referenced this issue Mar 1, 2016
It seems upstream fix for ekalinin#19 solved also my old issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants