fcrespo82 / atom-markdown-table-formatter

A simple markdown plugin to format tables.
MIT License
21 stars 7 forks source link

Wcwidth and auto-extend selections #15

Closed lierdakil closed 9 years ago

lierdakil commented 9 years ago

This PR includes two major updates:

Otherwise, it's general code cleanup and format.

Requesting comments.

fcrespo82 commented 9 years ago

With this code, when I try to run the specs it shows me the error:

Error: Cannot find module 'wcwidth'

I don't have node nor npm installed. Shouldn't atom download the requirements automatically?

Do you know what could be happening?

lierdakil commented 9 years ago

Run apm install in package directory. This will install required modules. When installing from Atom package repository, this is done automatically.

fcrespo82 commented 9 years ago

Yep, that done it. Thanks!

Published!