mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Remove hyphen in coffee-script
This commit is contained in:
parent
d2e94c6ebd
commit
4cc701a9da
63 changed files with 129 additions and 129 deletions
11
lib/coffeescript/index.js
Normal file
11
lib/coffeescript/index.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
// Generated by CoffeeScript 2.0.0-alpha1
|
||||
(function() {
|
||||
var key, ref, val;
|
||||
|
||||
ref = require('./coffeescript');
|
||||
for (key in ref) {
|
||||
val = ref[key];
|
||||
exports[key] = val;
|
||||
}
|
||||
|
||||
}).call(this);
|
Loading…
Add table
Add a link
Reference in a new issue