Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Oct 9, 2015
1 parent 08e345e commit beb86e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ var item = new Item({
});
```

### [.clone](lib/item.js#L88)
### [.clone](lib/item.js#L85)

Re-decorate Item methods after calling vinyl's `.clone()` method.

Expand Down Expand Up @@ -1194,7 +1194,7 @@ $ npm i -d && npm test

## Code coverage

As of October 08, 2015, code coverage is 100%.
As of October 09, 2015, code coverage is 100%.

```sh
Statements : 100% (1162/1162)
Expand Down Expand Up @@ -1223,4 +1223,4 @@ Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 08, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 09, 2015._
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "templates",
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"version": "0.2.8",
"version": "0.3.0",
"homepage": "https://github.com/jonschlinkert/templates",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/templates",
Expand Down Expand Up @@ -103,4 +103,4 @@
"paginationator"
]
}
}
}

0 comments on commit beb86e5

Please sign in to comment.