zhangjingyuan 2 лет назад
Родитель
Сommit
d564866457
2 измененных файлов с 11 добавлено и 1 удалено
  1. 1 0
      package-lock.json
  2. 10 1
      package.json

+ 1 - 0
package-lock.json

@@ -7,6 +7,7 @@
     "": {
       "name": "ibps-admin-ui",
       "version": "3.3.5",
+      "license": "ISC",
       "dependencies": {
         "@fullcalendar/bootstrap": "^5.3.0",
         "@fullcalendar/core": "^5.3.0",

+ 10 - 1
package.json

@@ -146,5 +146,14 @@
     "no-console": "off",
     "no-irregular-whitespace": "off",
     "no-debugger": "off"
-  }
+  },
+  "main": ".eslintrc.js",
+  "directories": {
+    "test": "tests"
+  },
+  "repository": {
+    "type": "git",
+    "url": "http://119.23.210.103:3000/wy/zdqy_firm_former.git"
+  },
+  "license": "ISC"
 }