Skip to content

Commit

Permalink
update to bs5 package branches
Browse files Browse the repository at this point in the history
  • Loading branch information
lenadax committed Nov 8, 2024
1 parent ca69350 commit bc83e7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mx.ini
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ mxmake-source-path = webresource
[yafowil]
url = ${settings:cs}/yafowil.git
pushurl = ${settings:cs_push}/yafowil.git
branch = master
branch = bs5
extras = test
mxmake-test-path = src
mxmake-source-path = src/yafowil

[yafowil.bootstrap]
url = ${settings:cs}/yafowil.bootstrap.git
pushurl = ${settings:cs_push}/yafowil.bootstrap.git
branch = 2.0
branch = bs5
mxmake-test-path = src
mxmake-source-path = src/yafowil/bootstrap

Expand All @@ -104,7 +104,7 @@ mxmake-source-path = src/yafowil/webob
[yafowil.yaml]
url = ${settings:cs}/yafowil.yaml.git
pushurl = ${settings:cs_push}/yafowil.yaml.git
branch = master
branch = bs5
extras = test
mxmake-test-path = src
mxmake-source-path = src/yafowil/yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"install": "^0.13.0",
"jquery": "^4.0.0-beta.2",
"qunit": "^2.20.1",
"rollup": "^2.79.1",
"rollup": "^2.79.2",
"rollup-plugin-cleanup": "^3.2.1",
"sass": "^1.78.0",
"sass": "^1.80.6",
"web-test-runner-qunit": "^2.0.0"
}
}

0 comments on commit bc83e7c

Please sign in to comment.