Skip to content

Commit

Permalink
6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miripiruni committed Apr 8, 2016
1 parent 862a24c commit 8985e49
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
@@ -1,10 +1,18 @@
{
"name": "bem-xjst",
"version": "6.2.0",
"version": "6.2.1",
"description": "Declarative Template Engine for the browser and server",
"keywords": [
"template", "templates", "templating", "views", "bem-xjst",
"html", "bem", "template engine", "BEMHTML", "BEMTREE"
"template",
"templates",
"templating",
"views",
"bem-xjst",
"html",
"bem",
"template engine",
"BEMHTML",
"BEMTREE"
],
"bin": {
"bem-xjst": "bin/bem-xjst"
Expand All @@ -25,7 +33,7 @@
"url": "git://github.com/bem/bem-xjst.git"
},
"bugs": {
"url": "https://github.com/bem/bem-xjst/issues"
"url": "https://github.com/bem/bem-xjst/issues"
},
"homepage": "https://github.com/bem/bem-xjst",
"license": "MPL-2.0",
Expand Down Expand Up @@ -63,6 +71,6 @@
"README.ru.md"
],
"engines": {
"node": ">=0.10"
"node": ">=0.10"
}
}

0 comments on commit 8985e49

Please sign in to comment.