Skip to content

Commit

Permalink
Merge pull request #18 from moishinetzer/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
moishinetzer authored Jan 22, 2023
2 parents d271cd3 + 88f4a21 commit 920cfd1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-flies-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pbandj": patch
---

types
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"license": "MIT",
"version": "0.0.9",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"style": "dist/index.css",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 920cfd1

Please sign in to comment.