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

Commit e6e5e31

Browse files
committed
update the package dependency
1 parent 80b1590 commit e6e5e31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
},
4343
"dependencies": {
4444
"context-parser": "^1.1.0",
45+
"fs": "0.0.2",
46+
"handlebars": "^3.0.3",
47+
"path": "^0.11.14",
4548
"xss-filters": "^1.2.0"
4649
},
4750
"devDependencies": {
@@ -58,8 +61,7 @@
5861
"grunt-mocha-istanbul": "^2.3.0",
5962
"karma": "^0.12.36",
6063
"karma-mocha": "~0.1.10",
61-
"karma-phantomjs-launcher": "^0.2.0",
62-
"handlebars": "^3.0.1"
64+
"karma-phantomjs-launcher": "^0.2.0"
6365
},
6466
"main": "./src/secure-handlebars.js",
6567
"bugs": {

0 commit comments

Comments
 (0)