fix: begin configuring release versioning

This commit is contained in:
Stevan Freeborn
2023-02-20 16:08:39 -06:00
parent 8087b412e9
commit a8688115c5
2 changed files with 1331 additions and 3 deletions
+1328 -2
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -56,6 +56,8 @@
"prepare": "husky install" "prepare": "husky install"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@istanbuljs/nyc-config-typescript": "^1.0.2", "@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.4", "@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1", "@types/mocha": "^10.0.1",
@@ -85,4 +87,4 @@
"axios": "^1.2.4", "axios": "^1.2.4",
"form-data": "^4.0.0" "form-data": "^4.0.0"
} }
} }