Browse Source

chore: updates dependencies and repository url

e22m4u 1 year ago
parent
commit
7ae4352dba
2 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 4 4
      package.json

+ 1 - 1
README.md

@@ -54,9 +54,9 @@ format('> %v', null);         // > null
 ```js
 class MyClass {}
 
-format('> %v', new MyClass()); // > MyClass
 format('> %v', 'MyClass');     // > "MyClass"
 format('> %v', MyClass);       // > MyClass
+format('> %v', new MyClass()); // > MyClass (экземпляр)
 ```
 
 ### Спецификатор `%l`

+ 4 - 4
package.json

@@ -14,7 +14,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://gitflic.ru/project/e22m4u/js-format.git"
+    "url": "https://gitverse.ru/sc/e22m4u/js-format.git"
   },
   "keywords": [
     "format",
@@ -23,10 +23,10 @@
   ],
   "author": "e22m4u <e22m4u@yandex.ru>",
   "license": "MIT",
-  "homepage": "https://gitflic.ru/project/e22m4u/js-format",
+  "homepage": "https://gitverse.ru/e22m4u/js-format",
   "devDependencies": {
-    "@commitlint/cli": "~19.0.3",
-    "@commitlint/config-conventional": "~19.0.3",
+    "@commitlint/cli": "~19.2.0",
+    "@commitlint/config-conventional": "~19.1.0",
     "c8": "~9.1.0",
     "chai": "~4.4.1",
     "chai-as-promised": "~7.1.1",