From 0d4300c9b42c777f185ec0c5799fb65d4df1d80b Mon Sep 17 00:00:00 2001 From: OMOTO Kenji Date: Wed, 20 Sep 2017 22:46:12 +0900 Subject: [PATCH 1/7] Version 2.0.0 --- README.md | 11 ++--- coffeescript/__init__.py | 4 +- coffeescript/coffee-script.js | 12 ------ coffeescript/coffeescript.js | 8 ++++ setup.py | 2 +- test_coffeescript.py | 80 ++++++++++++----------------------- tox.ini | 2 +- 7 files changed, 46 insertions(+), 73 deletions(-) delete mode 100644 coffeescript/coffee-script.js create mode 100644 coffeescript/coffeescript.js diff --git a/README.md b/README.md index 121d5a7..47b6b1f 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Installation $ easy_install CoffeeScript -coffee-script.js +coffeescript.js ---------------- -The latest version of coffee-script.js (the script for browser +The latest version of coffeescript.js (the script for browser \