1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-29 07:20:47 +00:00

Update readme stats

Fixes #8633
This commit is contained in:
Jeremy Ruston 2024-09-25 19:46:21 +01:00
parent 501cb7beaa
commit 53e1cad0d6

View File

@ -36,5 +36,8 @@
"test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index", "test": "node ./tiddlywiki.js ./editions/test --verbose --version --build index",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"lint": "eslint ." "lint": "eslint ."
},
"dependencies": {
"aws-sdk": "^2.1691.0"
} }
} }