Skip to content

Commit 7b6ffd9

Browse files
committed
docs: fix keyworks
1 parent 7aef6bf commit 7b6ffd9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

frameworks/keyed/apprun/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "apprun",
88
"frameworkHomeURL": "https://apprun.js.org/",
9-
"issues": [801]
9+
"issues": [
10+
801
11+
]
1012
},
1113
"scripts": {
1214
"build-dev": "esbuild src/main.tsx --bundle --outfile=dist/main.js --serve=8080 --servedir=.",
1315
"build-prod": "esbuild src/main.tsx --bundle --outfile=dist/main.js --minify"
1416
},
1517
"keywords": [
1618
"apprun",
17-
"js benmarks"
19+
"js benchmarks"
1820
],
1921
"author": "Yiyi Sun <[email protected]",
2022
"license": "Apache-2.0",

frameworks/non-keyed/apprun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"keywords": [
1818
"apprun",
19-
"js benmarks"
19+
"js benchmarks"
2020
],
2121
"author": "Yiyi Sun <[email protected]",
2222
"license": "Apache-2.0",

0 commit comments

Comments
 (0)