Skip to content

Commit

Permalink
bump version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kates committed Nov 22, 2012
1 parent 7ecce6c commit 6f7d63d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,22 @@ Then add this line to your project's `grunt.js` gruntfile:

```javascript
grunt.loadNpmTasks('grunt-lexicon');
grunt.config.init({
lexicon: {
all: {
src: ["src/**/*.js"],
dest: "docs",
options: {
title: "The Docs",
format: "html"
}
}
}
});
```
And finally invoke it by
```bash
grunt lexicon
```

[grunt]: https://github.com/cowboy/grunt
Expand Down
6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-lexicon",
"description": "grunt plugin for lexicon",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/kates/grunt-lexicon",
"author": {
"name": "kates",
Expand Down Expand Up @@ -37,6 +37,8 @@
"grunt": "~0.3.15"
},
"keywords": [
"gruntplugin"
"gruntplugin",
"lexicon",
"jsdoc"
]
}

0 comments on commit 6f7d63d

Please sign in to comment.