gulp-livescript
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -0,1 +1,12 @@ | ||
## 1.2.0 (2014-10-13) | ||
#### Bug Fixes | ||
* **index.js:** require syntax for LiveScript 1.3.0 ([26ad4a7e](https://github.com/tomchentw/gulp-livescript/commit/26ad4a7e794a5d7d833d132e88ac400b379b2147)) | ||
### 1.1.1 (2014-10-02) | ||
## 1.1.0 (2014-09-23) | ||
@@ -2,0 +13,0 @@ |
{ | ||
"name": "gulp-livescript", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Compile LiveScript to JavaScript for Gulp", | ||
"main": "index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "mocha -R spec --compilers ls:LiveScript", | ||
"coveralls": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" | ||
"build": "lsc -b -c -o ./lib ./src/*", | ||
"test": "mocha -R spec --compilers ls:LiveScript --require should", | ||
"test_travis": "istanbul cover _mocha -- -R spec --compilers ls:LiveScript --require should", | ||
"coverage_travis": "codeclimate < coverage/lcov.info" | ||
}, | ||
@@ -38,11 +40,8 @@ "repository": { | ||
"devDependencies": { | ||
"codeclimate-test-reporter": "0.0.4", | ||
"istanbul": "^0.3.2", | ||
"mocha": "^1.21.4", | ||
"should": "^4.0.4", | ||
"mocha": "^1.17.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"istanbul": "^0.2.11", | ||
"coveralls": "^2.10.0", | ||
"gulp": "^3.5.2", | ||
"gulp-bump": "^0.1.5", | ||
"conventional-changelog": "0.0.11" | ||
"tomchentw-npm-dev": "^1.0.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# gulp-livescript [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][coveralls-image]][coveralls-url] [![Dependencies][gemnasium-image]][gemnasium-url] | ||
# gulp-livescript [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][coveralls-image]][coveralls-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url] | ||
> Compile LiveScript to JavaScript for Gulp | ||
@@ -85,14 +85,16 @@ | ||
[npm-image]: https://img.shields.io/npm/v/gulp-livescript.svg | ||
[npm-image]: https://img.shields.io/npm/v/gulp-livescript.svg?style=flat-square | ||
[npm-url]: https://www.npmjs.org/package/gulp-livescript | ||
[travis-image]: https://travis-ci.org/tomchentw/gulp-livescript.svg?branch=master | ||
[travis-image]: https://img.shields.io/travis/tomchentw/gulp-livescript.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/tomchentw/gulp-livescript | ||
[codeclimate-image]: https://img.shields.io/codeclimate/github/tomchentw/gulp-livescript.svg | ||
[codeclimate-image]: https://img.shields.io/codeclimate/github/tomchentw/gulp-livescript.svg?style=flat-square | ||
[codeclimate-url]: https://codeclimate.com/github/tomchentw/gulp-livescript | ||
[coveralls-image]: https://img.shields.io/coveralls/tomchentw/gulp-livescript.svg | ||
[coveralls-image]: https://img.shields.io/coveralls/tomchentw/gulp-livescript.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/r/tomchentw/gulp-livescript | ||
[gemnasium-image]: https://gemnasium.com/tomchentw/gulp-livescript.svg | ||
[gemnasium-image]: https://img.shields.io/gemnasium/tomchentw/gulp-livescript.svg?style=flat-square | ||
[gemnasium-url]: https://gemnasium.com/tomchentw/gulp-livescript | ||
[david-dm-image]: https://david-dm.org/tomchentw/gulp-livescript/dev-status.svg?theme=shields.io | ||
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg | ||
[gitter-url]: https://gitter.im/tomchentw/gulp-livescript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge | ||
[david-dm-image]: https://img.shields.io/david/dev/tomchentw/gulp-livescript.svg?style=flat-square | ||
[david-dm-url]: https://david-dm.org/tomchentw/gulp-livescript#info=devDependencies |
Sorry, the diff of this file is not supported yet
11555
5
47
100