coffee-react
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.8.0 | ||
var CoffeeScript, fs, helpers, transform; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.8.0 | ||
var BANNER, CoffeeScript, EventEmitter, SWITCHES, cjsxTransform, compileJoin, compileOptions, compilePath, compileScript, compileStdio, exec, findDirectoryIndex, forkNode, fs, helpers, hidden, joinTimeout, mkdirp, notSources, optionParser, optparse, opts, outputPath, parseOptions, path, printLine, printTokens, printWarn, removeSource, removeSourceDir, silentUnlink, sourceCode, sources, spawn, timeLog, usage, useWinPathSep, version, wait, watch, watchDir, watchedDirs, writeJs, _ref, | ||
@@ -3,0 +3,0 @@ __indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.8.0 | ||
var helpers; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.8.0 | ||
var CoffeeScript, Module, binary, child_process, ext, findExtension, fork, helpers, loadFile, path, _i, _len, _ref; | ||
@@ -3,0 +3,0 @@ |
@@ -12,3 +12,3 @@ { | ||
"author": "James Friend", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"licenses": [ | ||
@@ -27,4 +27,3 @@ { | ||
"bin": { | ||
"cjsx": "./bin/cjsx", | ||
"csx-coffee": "./bin/csx-coffee" | ||
"cjsx": "./bin/cjsx" | ||
}, | ||
@@ -42,5 +41,4 @@ "scripts": { | ||
"dependencies": { | ||
"mkdirp": "~0.3.5", | ||
"coffee-script": "^1.7.1", | ||
"coffee-react-transform": "^2.0.0" | ||
"coffee-script": "1.8.0", | ||
"coffee-react-transform": "^2.1.0" | ||
}, | ||
@@ -47,0 +45,0 @@ "devDependencies": { |
@@ -32,3 +32,3 @@ # Coffee-React | ||
```js | ||
// Generated by CoffeeScript 1.7.1 | ||
// Generated by CoffeeScript 1.8.0 | ||
var NeatComponent; | ||
@@ -35,0 +35,0 @@ |
2
27246
8
+ Addedcoffee-script@1.8.0(transitive)
- Removedmkdirp@~0.3.5
- Removedcoffee-script@1.12.7(transitive)
Updatedcoffee-script@1.8.0