Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #7 from yahoo/upgrade-to-use-secure-handlebars
Browse files Browse the repository at this point in the history
upgrade to use secure-handlebars
  • Loading branch information
neraliu committed May 7, 2015
2 parents b2ab175 + 96dd12e commit 530bf69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 81 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-secure-handlebars",
"version": "1.2.1",
"version": "2.0.0",
"licenses": [
{
"type": "BSD",
Expand Down Expand Up @@ -32,10 +32,9 @@
"test": "grunt test"
},
"dependencies": {
"context-parser-handlebars": "^2.0.0",
"express-handlebars": "^2.0.0",
"handlebars": "^3.0.0",
"util": "^0.10.*",
"secure-handlebars": "^0.1.0",
"xss-filters": "^1.*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/express-secure-handlebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Authors: Nera Liu <[email protected]>
/*jshint -W030 */
var util = require("util"),
expressHandlebars = require('express-handlebars').ExpressHandlebars,
secureHandlebars = require('./secure-handlebars');
secureHandlebars = require('secure-handlebars');

function ExpressSecureHandlebars(config) {

Expand Down
77 changes: 0 additions & 77 deletions src/secure-handlebars.js

This file was deleted.

0 comments on commit 530bf69

Please sign in to comment.