CoffeeScript 1.7.0

This commit is contained in:
Jeremy Ashkenas 2014-01-28 14:05:38 -05:00
parent 46895419b3
commit a3ae0c5c75
4 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2009-2013 Jeremy Ashkenas
Copyright (c) 2009-2014 Jeremy Ashkenas
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation

8
README
View File

@ -21,13 +21,13 @@
CoffeeScript is a little language that compiles into JavaScript.
Install Node.js, and then the CoffeeScript compiler:
sudo bin/cake install
Or, if you have the Node Package Manager installed:
If you have the Node Package Manager installed:
npm install -g coffee-script
(Leave off the -g if you don't wish to install globally.)
Or, if you don't wish to use npm:
sudo bin/cake install
Execute a script:
coffee /path/to/script.coffee

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
"compiler"
],
"author": "Jeremy Ashkenas",
"version": "1.6.3",
"version": "1.7.0",
"license": "MIT",
"engines": {
"node": ">=0.8.0"