Browse Source

update handlebars to >=4.0.0

afrokick 6 years ago
parent
commit
370b77a09f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/package.json

+ 1 - 1
docs/package.json

@@ -12,6 +12,6 @@
   "readmeFilename": "readme.md",
   "dependencies": {
     "reference": ">0.0.0",
-    "handlebars": "~1.0.12"
+    "handlebars": ">=4.0.0"
   }
 }