Browse Source

fix: unknown import of "@e22m4u/js-format"

e22m4u 1 year ago
parent
commit
956810e11a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -31,7 +31,8 @@
   "license": "MIT",
   "homepage": "https://github.com/e22m4u/js-repository",
   "peerDependencies": {
-    "@e22m4u/js-service": "0.0.x"
+    "@e22m4u/js-service": "0.0.x",
+    "@e22m4u/js-format": "0.0.x"
   },
   "devDependencies": {
     "@commitlint/cli": "~19.3.0",