fixes issue #1490 ... jsl.conf is incorrectly npmignored.

This commit is contained in:
Jeremy Ashkenas 2011-07-06 16:06:17 -04:00 committed by Michael Ficarra
parent 55383155e5
commit b1111c96ca
2 changed files with 1 additions and 8 deletions

View File

@ -5,7 +5,7 @@
Cakefile
documentation/
examples/
extras/
extras/coffee-script.js
raw/
src/
test/

View File

@ -1,7 +0,0 @@
EXTRAS:
"extras/coffee-script.js" is a concatenated and compressed version of the
CoffeeScript compiler. To use it in the browser, include the script after any
inline script tags of type "text/coffeescript" on the page. It will compile
and evaluate all of the scripts in order.