Unverified Commit 9e3f568f authored by Hong Minhee's avatar Hong Minhee
Browse files

Add missing entry points to the package.json

parent b1c23f10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ Changelog

To be released.

 -  Added missing entry points to the *package.json*.

### Version 0.1.0

Initial release.  Released on August 5, 2024.
+12 −0
Original line number Diff line number Diff line
@@ -17,9 +17,21 @@
  "bugs": {
    "url": "https://github.com/dahlia/fedify-express/issues"
  },
  "funding": [
    "https://github.com/sponsors/dahlia",
    "https://toss.me/hongminhee"
  ],
  "type": "module",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "dist/index.d.ts",
        "default": "dist/index.js"
      }
    }
  },
  "files": ["src/", "dist/"],
  "devDependencies": {
    "@biomejs/biome": "1.8.3",