chore: update components/handlebars package.json on release

This commit is contained in:
Nils Knappmeier
2019-01-02 00:52:29 +01:00
committed by Nils Knappmeier
parent 928320524f
commit 9679fe6909
2 changed files with 20 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": "3.0.5",
"license": "MIT",
"jspm": {
"main": "handlebars",
"shim": {
"handlebars": {
"exports": "Handlebars"
}
},
"files": [
"handlebars.js",
"handlebars.runtime.js"
],
"buildConfig": {
"minify": true
}
}
}