Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitgraig committed May 20, 2016
1 parent b01796c commit 32eacbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -119,9 +119,10 @@ Set prefix for file extension when replacing `{{ext}}` in start and end tag (see

#### options.lineEnding
Type: `String`
Default value: `\n`
Default value: `null`

Configure what `lineEnding` character(s) to use between injections.
If no value specified, `grunt injector` will try to figure out the default line ending character(s) from template files.

#### options.transform
Type: `Function`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-injector",
"description": "Inject references to files into other files (think scripts and stylesheets into an html file)",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://github.com/klei/grunt-injector",
"author": {
"name": "Joakim Carlstein",
Expand Down

0 comments on commit 32eacbd

Please sign in to comment.