Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 12, 2019. It is now read-only.

Commit d60c106

Browse files
committed
updated ivi
1 parent 8b614ac commit d60c106

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.

ivi-v0.5.0/index.html renamed to ivi-v0.7.0/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>ivi v0.5.0</title>
5+
<title>ivi v0.7.0</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

ivi-v0.5.0/package.json renamed to ivi-v0.7.0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build-prod": "gulp build"
1414
},
1515
"dependencies": {
16-
"ivi": "0.5.0"
16+
"ivi": "0.7.0"
1717
},
1818
"devDependencies": {
1919
"del": "2.2.2",

ivi-v0.5.0/src/main.js renamed to ivi-v0.7.0/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function Controller() {
167167
$h("div", "jumbotron").children(
168168
$h("div", "row").children([
169169
$h("div", "col-md-6").children(
170-
$h("h1").children("ivi v0.5.0")
170+
$h("h1").children("ivi v0.7.0")
171171
),
172172
$h("div", "col-md-6").children(
173173
$h("div", "row").children([

webdriver-ts/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export let frameworks = [
5252
f("hyperapp-v0.9.1", true),
5353
f("inferno-v3.1.2-non-keyed", true),
5454
f("inferno-v3.1.2-keyed", false),
55-
f("ivi-v0.5.0", false),
55+
f("ivi-v0.7.0", false),
5656
f("kivi-v1.0.0-rc2", false),
5757
f("knockout-v3.4.1", false),
5858
f("marko-v4.2.0", false),

webdriver-ts/table.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)