gulp-livescript
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -0,1 +1,14 @@ | ||
## 1.3.0 (2014-10-17) | ||
#### Bug Fixes | ||
* **index.js:** require syntax for LiveScript 1.3.0 ([0dcbb6bf](https://github.com/tomchentw/gulp-livescript/commit/0dcbb6bfcc118d505d586a7474609efd1cb4f48e)) | ||
#### Features | ||
* **package.json:** upgrade LiveScript to 1.3.0 ([3c2202d4](https://github.com/tomchentw/gulp-livescript/commit/3c2202d42b928dd79586debdc4f31340dd022266)) | ||
### 1.2.1 (2014-10-17) | ||
@@ -2,0 +15,0 @@ |
@@ -1,2 +0,1 @@ | ||
// Generated by LiveScript 1.2.0 | ||
var through2, LiveScript, gutil; | ||
@@ -3,0 +2,0 @@ through2 = require('through2'); |
{ | ||
"name": "gulp-livescript", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Compile LiveScript to JavaScript for Gulp", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "lsc -b -c -o ./lib ./src/*", | ||
"build": "lsc --no-header -b -c -o ./lib ./src/*", | ||
"test": "mocha -R spec --compilers ls:LiveScript --require should", | ||
@@ -36,3 +36,3 @@ "test_travis": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript --require should", | ||
"gulp-util": "~3.0.1", | ||
"LiveScript": "~1.2.0", | ||
"LiveScript": "~1.3.0", | ||
"through2": "~0.6.3" | ||
@@ -39,0 +39,0 @@ }, |
12274
48
+ AddedLiveScript@1.3.1(transitive)
+ Addeddeep-is@0.1.4(transitive)
+ Addedfast-levenshtein@1.0.7(transitive)
+ Addedlevn@0.2.5(transitive)
+ Addedoptionator@0.4.0(transitive)
+ Addedprelude-ls@1.1.2(transitive)
+ Addedtype-check@0.3.2(transitive)
+ Addedwordwrap@0.0.3(transitive)
- RemovedLiveScript@1.2.0(transitive)
- Removedprelude-ls@1.0.3(transitive)
UpdatedLiveScript@~1.3.0