Skip to content

Commit 80aad5b

Browse files
committed
Merge branch 'domvm-v3.2.2' of https://github.com/leeoniya/js-framework-benchmark into leeoniya-domvm-v3.2.2
2 parents 0441e1d + 9e65495 commit 80aad5b

File tree

11 files changed

+10
-10
lines changed

11 files changed

+10
-10
lines changed
File renamed without changes.

domvm-v3.2.0-keyed/index.html renamed to domvm-v3.2.2-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>domvm v3.2.0-keyed</title>
5+
<title>domvm v3.2.2-keyed</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

domvm-v3.2.0-keyed/package.json renamed to domvm-v3.2.2-keyed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-domvm-keyed",
3-
"version": "3.2.0-keyed",
3+
"version": "3.2.2-keyed",
44
"description": "Benchmark for domvm framework (keyed)",
55
"scripts": {
66
"build-dev": "node build.js",
@@ -13,6 +13,6 @@
1313
"rollup-plugin-uglify": "*"
1414
},
1515
"dependencies": {
16-
"domvm": "git://github.com/leeoniya/domvm.git#bdff6e7af158a97297ff850934a746ff36e45bb2"
16+
"domvm": "^3.2.2"
1717
}
1818
}

domvm-v3.2.0-keyed/src/main.es6.js renamed to domvm-v3.2.2-keyed/src/main.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Jumbotron(vm) {
3737
h(".jumbotron", [
3838
h(".row", [
3939
h(".col-md-6", [
40-
h("h1", "domvm v3.2.0 (keyed)")
40+
h("h1", "domvm v3.2.2 (keyed)")
4141
]),
4242
h(".col-md-6", [
4343
h(".row", [
File renamed without changes.
File renamed without changes.

domvm-v3.2.0-non-keyed/index.html renamed to domvm-v3.2.2-non-keyed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>domvm v3.2.0-non-keyed</title>
5+
<title>domvm v3.2.2-non-keyed</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

domvm-v3.2.0-non-keyed/package.json renamed to domvm-v3.2.2-non-keyed/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-domvm-keyed",
3-
"version": "3.2.0-non-keyed",
3+
"version": "3.2.2-non-keyed",
44
"description": "Benchmark for domvm framework (non-keyed)",
55
"scripts": {
66
"build-dev": "node build.js",
@@ -13,6 +13,6 @@
1313
"rollup-plugin-uglify": "*"
1414
},
1515
"dependencies": {
16-
"domvm": "git://github.com/leeoniya/domvm.git#bdff6e7af158a97297ff850934a746ff36e45bb2"
16+
"domvm": "^3.2.2"
1717
}
1818
}

domvm-v3.2.0-non-keyed/src/main.es6.js renamed to domvm-v3.2.2-non-keyed/src/main.es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Jumbotron(vm) {
3737
h(".jumbotron", [
3838
h(".row", [
3939
h(".col-md-6", [
40-
h("h1", "domvm v3.2.0 (non-keyed)")
40+
h("h1", "domvm v3.2.2 (non-keyed)")
4141
]),
4242
h(".col-md-6", [
4343
h(".row", [
File renamed without changes.

0 commit comments

Comments
 (0)