Unverified Commit 54907966 authored by Hasang Cho's avatar Hasang Cho Committed by GitHub
Browse files

Merge branch 'main' into feature/257

parents 02f06c21 ea70ce33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ Corporate sponsors
Supporters
----------

- [Daniel Supernault](https://pixelfed.org/)
- [tkgka](https://opencollective.com/tkgka)
- [Blaine](https://opencollective.com/blaine)
- [Daniel Supernault](https://pixelfed.org/)
- [Erick González Aguilar](https://opencollective.com/erick-gonzalez-aguilar)

Backers
+0 −4
Original line number Diff line number Diff line
@@ -9,10 +9,6 @@
  "imports": {
    "@alinea/suite": "jsr:@alinea/suite@^0.6.3"
  },
  "nodeModulesDir": "none",
  "unstable": [
    "temporal"
  ],
  "exclude": [
    ".github",
    "node_modules",
+0 −4
Original line number Diff line number Diff line
@@ -8,10 +8,6 @@
  "imports": {
    "express": "npm:express@^4.0.0"
  },
  "nodeModulesDir": "none",
  "unstable": [
    "temporal"
  ],
  "exclude": [
    "dist",
    "node_modules"
+0 −4
Original line number Diff line number Diff line
@@ -5,10 +5,6 @@
  "exports": {
    ".": "./index.ts"
  },
  "nodeModulesDir": "none",
  "unstable": [
    "temporal"
  ],
  "exclude": [
    "dist",
    "node_modules"
+0 −4
Original line number Diff line number Diff line
@@ -7,10 +7,6 @@
    "./kv": "./kv.ts",
    "./mq": "./mq.ts"
  },
  "nodeModulesDir": "none",
  "unstable": [
    "temporal"
  ],
  "exclude": [
    "dist",
    "node_modules"
Loading