diff --git a/README.md b/README.md index 45e31a2..98a19f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # grunt-contrib-jst [![Build Status](https://secure.travis-ci.org/gruntjs/grunt-contrib-jst.png?branch=master)](http://travis-ci.org/gruntjs/grunt-contrib-jst) -> Compile underscore templates to JST file (part of the [grunt-contrib](https://github.com/gruntjs/grunt-contrib) collection). Submitted by [Tim Branyen](/tbranyen). + +> Compile underscore templates to JST file. ## Getting Started Install this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-contrib-jst` @@ -84,4 +85,8 @@ jst: { * 2012/08/23 - v0.3.0 - Options no longer accepted from global config key. * 2012/08/16 - v0.2.3 - Support for nested namespaces. * 2012/08/12 - v0.2.2 - Added processName functionality & escaping single quotes in filenames. -* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo. \ No newline at end of file +* 2012/08/10 - v0.2.0 - Refactored from grunt-contrib into individual repo. + +-- + +Task submitted by [Tim Branyen](http://github.com/tbranyen). \ No newline at end of file diff --git a/package.json b/package.json index a016bce..1d56e3d 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "version": "0.3.0", "homepage": "https://github.com/gruntjs/grunt-contrib-jst", "author": { - "name": "Tim Branyen", - "url": "http://tbranyen.com/" + "name": "Grunt Team", + "url": "http://gruntjs.com/" }, "repository": { "type": "git",