feat(sern.ts): renaming Module.delegate to Module.execute

This commit is contained in:
jacoobes
2022-02-14 12:34:13 -06:00
parent 242a5ca560
commit 870287674a
3 changed files with 39 additions and 1266 deletions

View File

@@ -8,7 +8,8 @@
"watch": "tsc -w",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"release": "standard-version && git push --follow-tags"
"release": "standard-version && git push --follow-tags",
"commit" : "cz"
},
"keywords": [],
"author": "",
@@ -23,13 +24,13 @@
"ts-results": "^3.3.0"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"cz-conventional-changelog": "^3.0.1",
"standard-version": "^9.3.2",
"typescript": "^4.5.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}
}
}