1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-01-04 14:39:04 +00:00

Revert "in"

This reverts commit b80213128f.
This commit is contained in:
Jeremy Ruston
2025-07-26 21:11:45 +01:00
parent c6c83bc18b
commit c684f885ce
2 changed files with 2 additions and 1063 deletions

1057
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -24,8 +24,8 @@
"wiki"
],
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0"
"eslint": "^9.12.0",
"@eslint/js": "^9.12.0"
},
"bundleDependencies": [],
"license": "BSD",
@@ -37,9 +37,5 @@
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix",
"lint": "eslint ."
},
"dependencies": {
"@playwright/test": "^1.54.1",
"playwright": "^1.54.1"
}
}