diff --git a/.npmignore b/.npmignore index 5d256a94..21e430d2 100644 --- a/.npmignore +++ b/.npmignore @@ -5,7 +5,7 @@ Cakefile documentation/ examples/ -extras/ +extras/coffee-script.js raw/ src/ test/ diff --git a/extras/EXTRAS b/extras/EXTRAS deleted file mode 100644 index 79ec4130..00000000 --- a/extras/EXTRAS +++ /dev/null @@ -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. -