Skip to content

Commit

Permalink
WIP: Upgrade
Browse files Browse the repository at this point in the history
TODO:
* Fix npm test
* Fix tabs
  • Loading branch information
jdlrobson committed Oct 25, 2024
1 parent 637133d commit d30a69a
Show file tree
Hide file tree
Showing 14 changed files with 11,521 additions and 29,313 deletions.
1 change: 0 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"presets": ["@babel/preset-env"],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v19.2.0
v21.1.0
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Skins</h1>
</nav>
<!-- built files will be auto injected -->
<script src="node_modules/less/dist/less.min.js"></script>
<script src="./src/main.js"></script>
<script type="module" src="./src/main.js"></script>
<a href="https://github.com/jdlrobson/skins.wmflabs.org" title="Report problems and submit patches on Github"
class="github-badge">
<img src="./assets/github.png" width="32" height="32" alt="Github repository for this site"></a>
Expand Down
Loading

0 comments on commit d30a69a

Please sign in to comment.