Skip to content

Commit 8985e49

Browse files
committed
6.2.1
1 parent 862a24c commit 8985e49

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
{
22
"name": "bem-xjst",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "Declarative Template Engine for the browser and server",
55
"keywords": [
6-
"template", "templates", "templating", "views", "bem-xjst",
7-
"html", "bem", "template engine", "BEMHTML", "BEMTREE"
6+
"template",
7+
"templates",
8+
"templating",
9+
"views",
10+
"bem-xjst",
11+
"html",
12+
"bem",
13+
"template engine",
14+
"BEMHTML",
15+
"BEMTREE"
816
],
917
"bin": {
1018
"bem-xjst": "bin/bem-xjst"
@@ -25,7 +33,7 @@
2533
"url": "git://github.com/bem/bem-xjst.git"
2634
},
2735
"bugs": {
28-
"url": "https://github.com/bem/bem-xjst/issues"
36+
"url": "https://github.com/bem/bem-xjst/issues"
2937
},
3038
"homepage": "https://github.com/bem/bem-xjst",
3139
"license": "MPL-2.0",
@@ -63,6 +71,6 @@
6371
"README.ru.md"
6472
],
6573
"engines": {
66-
"node": ">=0.10"
74+
"node": ">=0.10"
6775
}
6876
}

0 commit comments

Comments
 (0)