Skip to content

Commit 7a0d475

Browse files
committed
Merge branch 'master' of https://github.com/titoBouzout/js-framework-benchmark into titoBouzout-master
2 parents 8ba8269 + 456bfcb commit 7a0d475

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

frameworks/keyed/pota/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"name": "js-framework-benchmark-pota",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"type": "module",
55
"main": "dist/main.js",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "pota",
8-
"frameworkHomeURL": "https://github.com/potahtml/pota"
8+
"frameworkHomeURL": "https://pota.quack.uy/",
9+
"issues": [
10+
801
11+
]
912
},
1013
"scripts": {
1114
"build-dev": "rollup -c -w",
@@ -19,7 +22,7 @@
1922
"url": "https://github.com/krausest/js-framework-benchmark.git"
2023
},
2124
"dependencies": {
22-
"pota": "^0.7.79"
25+
"pota": "^0.9.94"
2326
},
2427
"devDependencies": {
2528
"@babel/core": "^7.23.9",

0 commit comments

Comments
 (0)