Skip to content

Commit

Permalink
remove Handlebars from peerDependencies. add license field.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Oct 12, 2015
1 parent 198ab28 commit c010d89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ A Handlebars template loader for Webpack
npm install handlebars-template-loader
```

<br>
>Since version 0.5.4, this loaders does not include Handlebars in its dependency list. Make sure to install Handlebars before running webpack. Read https://github.com/npm/npm/issues/6565 for details.
<br>
###Usage

Expand Down
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "handlebars-template-loader",
"version": "0.5.3",
"version": "0.5.4",
"description": "A Handlebars template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/handlebars-template-loader",
"license": "MIT",
"bugs": {
"url": "https://github.com/emaphp/handlebars-template-loader/issues"
},
Expand All @@ -24,9 +25,6 @@
"fastparse": "^1.1.1",
"loader-utils": "^0.2.11"
},
"peerDependencies": {
"handlebars": "^3.0.3"
},
"keywords": [
"handlebars",
"template",
Expand Down

0 comments on commit c010d89

Please sign in to comment.