Fix reported issues and add template identifier generation logic
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
"docs": "typedoc --hideGenerator --categorizeByGroup",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint:fix": "eslint . --ext .ts --fix",
|
||||
"prettier": "prettier --write .",
|
||||
"prebuild": "node scripts/generate-schema.js",
|
||||
"prepublishOnly": "npm run build",
|
||||
"syntax": "tsc --noEmit"
|
||||
@@ -37,7 +38,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@bitauth/libauth": "^3.1.0-next.8",
|
||||
"@xo-cash/types": "file:../types"
|
||||
"@xo-cash/types": "0.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@generalprotocols/eslint-config": "^1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user