Skip to content

Commit

Permalink
fix: package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Aug 18, 2015
1 parent 66187f0 commit 9cf6da1
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
{
"name": "handlebars-template-loader",
"version": "0.5.0",
"description": "A Handlebars template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/handlebars-template-loader",
"bugs": {
"url": "https://github.com/emaphp/handlebars-template-loader/issues"
},
"author": {
"name": "Emmanuel Antico",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/emaphp/handlebars-template-loader.git"
},
"dependencies": {
"loader-utils": "^0.2.11"
},
"peerDependencies": {
"handlebars": "^3.0.3"
},
"keywords": [
"handlebars",
"template",
"webpack",
"loader"
],
"readmeFilename": "README.md"
"name": "handlebars-template-loader",
"version": "0.5.0",
"description": "A Handlebars template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/handlebars-template-loader",
"bugs": {
"url": "https://github.com/emaphp/handlebars-template-loader/issues"
},
"author": {
"name": "Emmanuel Antico",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/emaphp/handlebars-template-loader.git"
},
"dependencies": {
"fastparse": "^1.1.1",
"loader-utils": "^0.2.11"
},
"peerDependencies": {
"handlebars": "^3.0.3"
},
"keywords": [
"handlebars",
"template",
"webpack",
"loader"
],
"readmeFilename": "README.md"
}

0 comments on commit 9cf6da1

Please sign in to comment.