ep_git_commit_saved_revision 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_git_commit_saved_revision",
|
|
3
3
|
"description": "Hooks on Saved Revision calls, designed to git commit a pad text when a user clicks Saved Revision Star",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.24",
|
|
5
5
|
"author": "johnyma22 (John McLear) <john@mclear.co.uk>",
|
|
6
6
|
"dependencies": {},
|
|
7
7
|
"engines": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"eslint": "^8.10.0",
|
|
20
20
|
"eslint-config-etherpad": "^3.0.4",
|
|
21
|
-
"typescript": "^4.
|
|
21
|
+
"typescript": "^4.6.2"
|
|
22
22
|
},
|
|
23
23
|
"scripts": {
|
|
24
24
|
"lint": "eslint .",
|