Skip to content

Commit

Permalink
you never know
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Mar 18, 2024
1 parent 3a0fff0 commit 245a118
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"node": ">=20.0.0"
},
"dependencies": {
"dittytoy": "0.0.2-dev.9d1f0ce"
"dittytoy": "0.0.2-dev.3a0fff0"
}
}
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@
"repository": "[email protected]:reindernijhoff/dittytoy-package.git",
"author": "Reinder Nijhoff <[email protected]>",
"license": "MIT",
"exports": "./dist/index.js",
"type": "module",
"files": [
"dist/**/*",
"README.md"
],
"main": "./dist/dittytoy.umd.cjs",
"module": "./dist/dittytoy.js",
"exports": {
".": {
"import": "./dist/dittytoy.js",
"require": "./dist/dittytoy.umd.cjs"
}
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 245a118

Please sign in to comment.