Skip to content

Commit

Permalink
reverted the version change, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
swey committed Apr 18, 2017
1 parent 50c20fc commit f840bc5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

## [Unreleased]

### Added
- Your feature here!

## [1.4.1] - 2017-04-18

### Added
- Added `helperResolver` config option to override the default helper resolution

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following query (or config) options are supported:
```js
handlebarsLoader: {
partialResolver: function(partial, callback){
// should pass the partial's path on disk to
// should pass the partial's path on disk
// to the callback. Callback accepts (err, locationOnDisk)
}
}
Expand All @@ -78,8 +78,8 @@ The following query (or config) options are supported:
```js
handlebarsLoader: {
helperResolver: function(helper, callback){
// should pass the helper's path on disk to
// to the callback if one was find for the given parameter.
// should pass the helper's path on disk
// to the callback if one was found for the given parameter.
// Callback accepts (err, locationOnDisk)
// Otherwise just call the callback without any arguments
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "git",
"url": "git://github.com/pcardune/handlebars-loader.git"
},
"version": "1.4.1",
"version": "1.4.0",
"devDependencies": {
"coveralls": "^2.11.8",
"eslint": "^2.8.0",
Expand Down

0 comments on commit f840bc5

Please sign in to comment.