Skip to content

Commit

Permalink
Extract bowerTrees into broccoli-bower plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
joliss committed Apr 11, 2014
1 parent 4c96e72 commit 6624057
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 117 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

* Extract bowerTrees into broccoli-bower plugin ([sample diff](https://github.com/joliss/broccoli-sample-app/commit/829e869f795012c08f5643a047b3f46c61dd0168))

# 0.7.2

* Update dependencies
Expand Down
4 changes: 0 additions & 4 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ exports.Builder = builder.Builder
exports.loadBrocfile = builder.loadBrocfile
var server = require('./server')
exports.server = server
var tree = require('./tree')
exports.tree = tree
exports.bowerTrees = tree.bowerTrees
exports.Tree = tree.Tree
var cli = require('./cli')
exports.cli = cli

Expand Down
111 changes: 0 additions & 111 deletions lib/tree.js

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"tiny-lr": "0.0.5",
"rsvp": "^3.0.3",
"ncp": "^0.5.0",
"quick-temp": "^0.1.1",
"bower-config": "^0.5.0",
"connect": "~2.14.1",
"send": "~0.2.0",
"broccoli-kitchen-sink-helpers": "^0.2.0"
Expand Down

0 comments on commit 6624057

Please sign in to comment.