Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sixertoy committed Aug 24, 2015
1 parent 0aa017b commit dd34137
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ toto{{$rdim}}
- [gulp-mustacher](https://www.npmjs.com/package/gulp-mustacher)
- [grunt-mustacher](https://www.npmjs.com/package/grunt-mustacher)

## Examples

> [Grunt examples in repository's sub branch](https://github.com/sixertoy/grunt-mustacher/tree/examples)

[grunt-img]: https://cdn.gruntjs.com/builtwith.png
[license-img]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license-url]: LICENSE-MIT
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "mustacher",
"title": "Mustacher",
"version": "0.1.3",
"version": "0.1.4",
"description": "Perfect for templating eZPublish, Magento, Drupal... CMS models",
"main": "index.js",
"homepage": "http://github.com/sixertoy/mustacher/",
"homepage": "https://github.com/sixertoy/mustacher",
"scripts": {
"clear": "rm -rf node_modules",
"test": "istanbul cover -x *.spec.js node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./spec/src/*.spec.js",
Expand Down Expand Up @@ -59,7 +59,6 @@
"index.js",
"LICENCSE-MIT"
],
"homepage": "https://github.com/sixertoy/mustacher",
"dependencies": {
"fs-extra": "^0.23.1",
"handlebars": "^3.0.3",
Expand Down

0 comments on commit dd34137

Please sign in to comment.