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

Commit

Permalink
remove context-parser-handlebars and use secure-handlebars package.
Browse files Browse the repository at this point in the history
  • Loading branch information
neraliu committed Apr 21, 2015
1 parent b2ab175 commit ee69368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 80 deletions.
4 changes: 2 additions & 2 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": "1.3.1",
"licenses": [
{
"type": "BSD",
Expand Down Expand Up @@ -32,9 +32,9 @@
"test": "grunt test"
},
"dependencies": {
"context-parser-handlebars": "^2.0.0",
"express-handlebars": "^2.0.0",
"handlebars": "^3.0.0",
"secure-handlebars": "^0.1.0",
"util": "^0.10.*",
"xss-filters": "^1.*"
},
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 ee69368

Please sign in to comment.