gulp-livescript
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -0,1 +1,9 @@ | ||
### 1.0.1 (2014-06-13) | ||
#### Features | ||
* **package.json:** update dependencies ([b29ff385](https://github.com/tomchentw/gulp-livescript/commit/b29ff385b704fd7841cfd10e07bc2a3de2308292)) | ||
## 1.0.0 (2014-06-13) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "gulp-livescript", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Compile LiveScript to JavaScript for Gulp", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"LiveScript": "^1.2.0", | ||
"through2": "^0.5.1" | ||
"through2": "^1.0.0" | ||
}, | ||
@@ -42,4 +42,4 @@ "devDependencies": { | ||
"gulp-bump": "^0.1.5", | ||
"gulp-conventional-changelog": "^0.1.2" | ||
"conventional-changelog": "0.0.11" | ||
} | ||
} |
10073
+ Addedthrough2@1.1.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedthrough2@0.5.1(transitive)
- Removedxtend@3.0.0(transitive)
Updatedthrough2@^1.0.0