Allow all/*.json for alphabetical split (future use) (#2845)

This commit is contained in:
Jaco
2023-01-22 10:31:35 +02:00
committed by GitHub
parent 83b38847c2
commit 754828f913
3 changed files with 31 additions and 2 deletions
+3 -1
View File
@@ -40,7 +40,9 @@
"devDependencies": {
"@babel/core": "^7.20.12",
"@polkadot/dev": "^0.67.184",
"@types/jest": "^29.2.6"
"@types/jest": "^29.2.6",
"mkdirp": "^2.1.3",
"rimraf": "^4.1.1"
},
"resolutions": {
"typescript": "^4.9.4"