Просмотр исходного кода

fix: pubilshing warning for "repository.url" in package.json

e22m4u 1 год назад
Родитель
Сommit
54ba3e9180
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -13,8 +13,8 @@
     "node": ">=12"
   },
   "scripts": {
-    "lint": "tsc && eslint .",
-    "lint:fix": "tsc && eslint . --fix",
+    "lint": "tsc && eslint ./src",
+    "lint:fix": "tsc && eslint ./src --fix",
     "format": "prettier --write \"./src/**/*.js\"",
     "test": "npm run lint && c8 --reporter=text-summary mocha",
     "test:coverage": "npm run lint && c8 --reporter=text mocha",
@@ -23,7 +23,7 @@
   },
   "repository": {
     "type": "git",
-    "url": "https://github.com/e22m4u/js-service.git"
+    "url": "git+https://github.com/e22m4u/js-service.git"
   },
   "keywords": [
     "DI",