broccoli-coffee
Advanced tools
Comparing version 0.0.4 to 0.0.5
# master | ||
# 0.0.5 | ||
* Use `broccoli-filter` instead of `broccoli.Filter` | ||
# 0.0.4 | ||
@@ -4,0 +8,0 @@ |
@@ -1,5 +0,5 @@ | ||
var broccoli = require('broccoli') | ||
var Filter = require('broccoli-filter') | ||
module.exports = CoffeeScriptFilter | ||
CoffeeScriptFilter.prototype = Object.create(broccoli.Filter.prototype) | ||
CoffeeScriptFilter.prototype = Object.create(Filter.prototype) | ||
CoffeeScriptFilter.prototype.constructor = CoffeeScriptFilter | ||
@@ -6,0 +6,0 @@ function CoffeeScriptFilter (inputTree, options) { |
{ | ||
"name": "broccoli-coffee", | ||
"description": "CoffeeScript filter for Broccoli", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Jo Liss <joliss42@gmail.com>", | ||
@@ -13,5 +13,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"coffee-script": "~1.6.3", | ||
"broccoli": "0.0.10" | ||
"coffee-script": "~1.6.3" | ||
} | ||
} |
@@ -5,2 +5,8 @@ # broccoli-coffee | ||
## Installation | ||
```bash | ||
npm install --save broccoli-coffee | ||
``` | ||
## Usage | ||
@@ -7,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
3496
1
34
- Removedbroccoli@0.0.10