From bd06d55d9846d135e6cefdc7e2de5758791925bb Mon Sep 17 00:00:00 2001 From: Nera Liu Date: Tue, 9 Jun 2015 14:58:42 +0800 Subject: [PATCH] remove the fs and path dependency --- dist/secure-handlebars.min.js | 2 +- package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/secure-handlebars.min.js b/dist/secure-handlebars.min.js index 56001d7..5f7080f 100644 --- a/dist/secure-handlebars.min.js +++ b/dist/secure-handlebars.min.js @@ -1,5 +1,5 @@ /** - * secure-handlebars - v1.0.2 + * secure-handlebars - v1.0.3 * Bundling context-parser and xss-filters * Yahoo! Inc. Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. * diff --git a/package.json b/package.json index 42915b1..d327b9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secure-handlebars", - "version": "1.0.2", + "version": "1.0.3", "licenses": [ { "type": "BSD", @@ -42,9 +42,7 @@ }, "dependencies": { "context-parser": "^1.1.0", - "fs": "0.0.2", "handlebars": "^3.0.3", - "path": "^0.11.14", "xss-filters": "^1.2.0" }, "devDependencies": {