Skip to content

Commit

Permalink
remove Underscore as Bower dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
elidupuis committed Jan 20, 2014
1 parent 2ba17b2 commit 1f3b97d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ Dependencies

Because their APIs are the same, [Lo-Dash](http://lodash.com/)'s `_.template()` function will work ask well! Just include Lo-Dash instead of underscore.

### Using Bower

You can install CLNDR via [Bower](http://bower.io/):

```shell
bower install clndr
```

Underscore is not installed by default. This allows you to use whichever templating engine you want to. If you want to use the default `template` option with Underscore, just install it as a dependency of your project: `bower install underscore`.



Introduction: You Write The Markup
==================================

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
],
"dependencies": {
"jquery": ">=1.9",
"underscore": ">=1.5.1",
"moment": ">=2.2.1"
}
}

0 comments on commit 1f3b97d

Please sign in to comment.