Skip to content

Commit 8975754

Browse files
committed
Merge branch 'master' of https://github.com/Bobris/js-framework-benchmark into Bobris-master
2 parents 8109468 + e4f22b1 commit 8975754

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

broken-frameworks/keyed/bobril/.bbrc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
2-
"bbVersion": "2.8.1",
3-
"title": "Bobril v20.4.1",
4-
"buildOutputDir": ".",
2+
"bbVersion": "3.0.1",
3+
"title": "Bobril v20.6.0",
54
"dependencies": "disable",
6-
"head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
5+
"head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
6+
"compilerOptions": {
7+
"types": []
8+
}
79
}
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Bobril v20.4.1</title><link rel="stylesheet" href="dist/a.css"></head><body><script src="dist/a.js" charset="utf-8"></script></body></html>
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Bobril v20.6.0</title>
8+
<link rel="stylesheet" href="dist/a.css">
9+
</head>
10+
11+
<body>
12+
<script src="dist/a.js" charset="utf-8"></script>
13+
</body>
14+
15+
</html>

broken-frameworks/keyed/bobril/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

broken-frameworks/keyed/bobril/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"scripts": {
1111
"build-dev": "bb",
12-
"build-prod": "bb b -v dist"
12+
"build-prod": "bb b --verbose"
1313
},
1414
"keywords": [
1515
"bobril",
@@ -26,6 +26,6 @@
2626
"bobril-build": "*"
2727
},
2828
"dependencies": {
29-
"bobril": "20.4.1"
29+
"bobril": "20.6.0"
3030
}
3131
}

0 commit comments

Comments
 (0)