diff --git a/README.md b/README.md index 1fe780a..7eaa3cb 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,20 @@ ## Getting Started +This plugin requires Grunt `~0.4.0` + If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: ```shell npm install grunt-contrib-coffee --save-dev ``` +One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript: + +```js +grunt.loadNpmTasks('grunt-contrib-coffee'); +``` + *This plugin was designed to work with Grunt 0.4.x. If you're still using grunt v0.3.x it's strongly recommended that [you upgrade](http://gruntjs.com/upgrading-from-0.3-to-0.4), but in case you can't please use [v0.3.2](https://github.com/gruntjs/grunt-contrib-coffee/tree/grunt-0.3-stable).* @@ -68,4 +76,4 @@ For more examples on how to use the `expand` API shown in the `glob_to_multiple` Task submitted by [Eric Woroshow](http://ericw.ca/) -*This file was generated on Fri Feb 15 2013 18:20:25.* +*This file was generated on Mon Feb 18 2013 08:35:48.* diff --git a/package.json b/package.json index 8173b2b..d7f9a61 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,10 @@ "grunt-contrib-jshint": "~0.1.1", "grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-clean": "~0.4.0", - "grunt-contrib-internal": "~0.4.0", + "grunt-contrib-internal": "~0.4.2", + "grunt": "~0.4.0" + }, + "peerDependencies": { "grunt": "~0.4.0" }, "keywords": [