Skip to content

Commit

Permalink
CoffeeScript 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jan 28, 2014
1 parent 4689541 commit a3ae0c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions extras/coffee-script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compiler"
],
"author": "Jeremy Ashkenas",
"version": "1.6.3",
"version": "1.7.0",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
Expand Down

0 comments on commit a3ae0c5

Please sign in to comment.