@polygontech/commit-template 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CZRCLoader.js +1 -1
- package/package.json +1 -1
package/CZRCLoader.js
CHANGED
|
@@ -9,7 +9,7 @@ const rc_folder_name = homeDir(".czrc.d");
|
|
|
9
9
|
const deafult_rc_file = rc_folder_name + "/default.json";
|
|
10
10
|
const project_rc_url_file_name = ".czrc.url";
|
|
11
11
|
const project_rc_file_name = ".czrc.json";
|
|
12
|
-
const default_file_hosted_url = "https://raw.githubusercontent.com/ShafiqIslam/dotfiles/
|
|
12
|
+
const default_file_hosted_url = "https://raw.githubusercontent.com/ShafiqIslam/dotfiles/main/global/git/.czrc.json";
|
|
13
13
|
|
|
14
14
|
function CZRCLoader() {
|
|
15
15
|
this.czrc = new CZRC();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polygontech/commit-template",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "JS wrapper of https://github.com/ShafiqIslam/dotfiles/blob/master/git/.gitmessage.",
|
|
5
5
|
"homepage": "https://github.com/ShafiqIslam/commit-template",
|
|
6
6
|
"main": "index.js",
|