Skip to content

Commit 5db86a9

Browse files
committed
Update framework versions
1 parent e4f05a4 commit 5db86a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/yew-baseline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Benchmark for Yew",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.16.2"
7+
"frameworkVersion": "master"
88
},
99
"scripts": {
1010
"build-dev": "rimraf bundled-dist && wasm-pack build --dev --target web --no-typescript --out-name js-framework-benchmark-yew --out-dir bundled-dist && cpr index.html bundled-dist/index.html && (cd bundled-dist && rimraf .gitignore README.md package.json)",

frameworks/keyed/yew/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Benchmark for Yew",
55
"license": "ISC",
66
"js-framework-benchmark": {
7-
"frameworkVersion": "0.16.2"
7+
"frameworkVersion": "local"
88
},
99
"scripts": {
1010
"build-dev": "rimraf bundled-dist && wasm-pack build --dev --target web --no-typescript --out-name js-framework-benchmark-yew --out-dir bundled-dist && cpr index.html bundled-dist/index.html && (cd bundled-dist && rimraf .gitignore README.md package.json)",

0 commit comments

Comments
 (0)