Skip to content
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "broccoli-filter",
"description": "Helper base class for Broccoli plugins that map input files into output files one-to-one",
"version": "1.2.0",
"author": [
"Jo Liss <joliss42@gmail.com>",
"Caitlin Potter <caitpotter88@gmail.com>"
],
"name": "broccoli-persistent-filter",
"version": "0.0.2",
"description": "broccoli filter but with a persistent cache",
"author": "Stefan Penner <stefan.penner@gmail.com>",
"main": "index.js",
"scripts": {
"test": "mocha",
Expand All @@ -17,9 +14,15 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/broccolijs/broccoli-filter"
"url": "git+https://github.com/stefanpenner/broccoli-persistent-filter.git"
},
"bugs": {
"url": "https://github.com/stefanpenner/broccoli-persistent-filter/issues"
},
"homepage": "https://github.com/stefanpenner/broccoli-persistent-filter#readme",
"keywords": [
"broccoli",
"broccoli-plugin",
"broccoli-helper",
"filter",
"cache"
Expand Down