Skip to content

Commit 336f3c9

Browse files
committed
rules of submition
1 parent 34a885e commit 336f3c9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

frameworks/keyed/xania/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
</head>
88
<body>
99
<div id="main"></div>
10+
<span
11+
class="preloadicon glyphicon glyphicon-remove"
12+
aria-hidden="true"
13+
></span>
1014
<script src="dist/main.js"></script>
1115
</body>
1216
</html>

frameworks/keyed/xania/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Xania JS demo",
55
"main": "index.js",
66
"js-framework-benchmark": {
7-
"frameworkVersion": ""
7+
"frameworkVersionFromPackage": "@xania/view"
88
},
99
"scripts": {
1010
"build-dev": "npx rimraf dist && webpack",
@@ -25,9 +25,9 @@
2525
"@xania/view": "0.2.16"
2626
},
2727
"devDependencies": {
28-
"html-webpack-plugin": "^5.5.0",
29-
"ts-loader": "^9.2.6",
28+
"html-webpack-plugin": "5.5.0",
29+
"ts-loader": "9.2.6",
3030
"typescript": "4.5.2",
31-
"webpack-cli": "^4.9.1"
31+
"webpack-cli": "4.9.1"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)