Skip to content

Commit

Permalink
Merge pull request #43 from ubiquibot/development
Browse files Browse the repository at this point in the history
Merge development into main
  • Loading branch information
gentlementlegen authored Aug 26, 2024
2 parents 29b2bcb + b08723f commit fb27a9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
"README.md",
"package.json"
],
"module": "core/index.esm.js",
"main": "core/index.js",
"typings": "types/index.d.ts",
"module": "dist/core/index.esm.js",
"main": "dist/core/index.js",
"typings": "dist/types/index.d.ts",
"exports": {
"./core": {
"require": "./dist/core/index.js",
Expand All @@ -116,4 +116,4 @@
"types": "./dist/handlers/index.d.ts"
}
}
}
}

0 comments on commit fb27a9a

Please sign in to comment.