gulp-livescript
Advanced tools
Comparing version 1.3.0 to 2.0.0
@@ -0,1 +1,11 @@ | ||
## 2.0.0 (2014-10-17) | ||
#### Features | ||
* **package.json:** | ||
* move LiveScript to peerDependencies ([8a7bd6fd](https://github.com/tomchentw/gulp-livescript/commit/8a7bd6fd64aa7817cbe49a5560ff67ec268b1d90)) | ||
* changed dependencies from ~ to ^ ([2fc18196](https://github.com/tomchentw/gulp-livescript/commit/2fc1819697740537a56bb05f2f5e6285668edeed)) | ||
## 1.3.0 (2014-10-17) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "gulp-livescript", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Compile LiveScript to JavaScript for Gulp", | ||
@@ -35,13 +35,16 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"gulp-util": "~3.0.1", | ||
"LiveScript": "~1.3.0", | ||
"through2": "~0.6.3" | ||
"gulp-util": "^3.0.1", | ||
"through2": "^0.6.3" | ||
}, | ||
"peerDependencies": { | ||
"LiveScript": "^1.3.0" | ||
}, | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "~0.0.4", | ||
"istanbul": "~0.3.2", | ||
"mocha": "~1.21.5", | ||
"should": "~4.0.4", | ||
"tomchentw-npm-dev": "~1.0.0" | ||
"LiveScript": "^1.3.0", | ||
"codeclimate-test-reporter": "0.0.4", | ||
"istanbul": "^0.3.2", | ||
"mocha": "^1.21.5", | ||
"should": "^4.0.4", | ||
"tomchentw-npm-dev": "^1.0.0" | ||
} | ||
} |
12681
6
- RemovedLiveScript@~1.3.0
Updatedgulp-util@^3.0.1
Updatedthrough2@^0.6.3