Skip to content

Commit

Permalink
bump package version, add development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emaphp committed Aug 23, 2015
1 parent 4289937 commit 198ab28
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handlebars-template-loader",
"version": "0.5.2",
"version": "0.5.3",
"description": "A Handlebars template loader for Webpack",
"main": "index.js",
"homepage": "https://github.com/emaphp/handlebars-template-loader",
Expand Down Expand Up @@ -33,5 +33,15 @@
"webpack",
"loader"
],
"readmeFilename": "README.md"
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^3.2.0",
"chai-string": "^1.1.2",
"istanbul": "^0.3.18",
"mocha": "^2.2.5"
},
"scripts": {
"test": "mocha",
"cover": "istanbul cover node_modules/mocha/bin/_mocha"
}
}

0 comments on commit 198ab28

Please sign in to comment.