Skip to content

Commit

Permalink
Add volo support
Browse files Browse the repository at this point in the history
Fixes janl#249
  • Loading branch information
mjackson committed Aug 31, 2012
1 parent f7c6a20 commit bf61bf6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"keywords": ["mustache", "template", "templates", "ejs"],
"main": "./mustache.js",
"devDependencies": {
"vows": "0.6.x",
"uglify-js": "1.3.0"
"vows": "0.6.x"
},
"volo": {
"url": "https://raw.github.com/janl/mustache.js/0.5.2/mustache.js"
},
"scripts": {
"test": "vows --spec"
Expand Down

0 comments on commit bf61bf6

Please sign in to comment.