evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

Add .npmignore #168

Closed necolas closed 10 years ago

necolas commented 10 years ago

You should add an .npmignore file and ignore the test dir and everything else that doesn't need to be installed in a consuming package.

ashb commented 10 years ago

My understanding is that https://github.com/evilstreak/markdown-js/commit/0b2a2784c8e33aa66f689998016f95474929976b means that an explicit .npmignore file isn't needed because we have explicitly listed what files are part of the dist at runtime.

Please re-open this ticket if this isn't the case.

necolas commented 10 years ago

Yeah I think you're right, we must be using an old version. My bad. Thanks