mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-05-29 08:42:17 +00:00
in
This commit is contained in:
Generated
+1057
File diff suppressed because it is too large
Load Diff
+6
-2
@@ -24,8 +24,8 @@
|
||||
"wiki"
|
||||
],
|
||||
"devDependencies": {
|
||||
"eslint": "^9.12.0",
|
||||
"@eslint/js": "^9.12.0"
|
||||
"@eslint/js": "^9.12.0",
|
||||
"eslint": "^9.12.0"
|
||||
},
|
||||
"bundleDependencies": [],
|
||||
"license": "BSD",
|
||||
@@ -37,5 +37,9 @@
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user