fix: subtag duplication (#1227)

This commit is contained in:
Aman Harwara
2022-07-08 19:47:18 +05:30
committed by GitHub
parent c737132b50
commit f349744fdb
4 changed files with 6 additions and 3 deletions

View File

@@ -28,7 +28,8 @@
"@typescript-eslint/eslint-plugin": "^5.30.0",
"eslint-plugin-prettier": "*",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
"ts-jest": "^27.1.3",
"typescript": "*"
},
"dependencies": {
"@standardnotes/common": "^1.23.1",