Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 21, 2023
1 parent 0017107 commit d62b1bf
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-weeks-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@grogarden/util': patch
---

fix exports
22 changes: 17 additions & 5 deletions package-lock.json

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

12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@changesets/changelog-git": "^0.1.14",
"@feltjs/eslint-config": "^0.4.0",
"@feltjs/gro": "^0.83.0",
"@fuz.dev/fuz": "^0.67.0",
"@fuz.dev/fuz": "^0.69.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/package": "^2.2.2",
Expand Down Expand Up @@ -137,10 +137,6 @@
"default": "./dist/obtainable.js",
"types": "./dist/obtainable.d.ts"
},
"./path-parsing.js": {
"default": "./dist/path-parsing.js",
"types": "./dist/path-parsing.d.ts"
},
"./path.js": {
"default": "./dist/path.js",
"types": "./dist/path.d.ts"
Expand All @@ -153,9 +149,9 @@
"default": "./dist/process.js",
"types": "./dist/process.d.ts"
},
"./random-alea.js": {
"default": "./dist/random-alea.js",
"types": "./dist/random-alea.d.ts"
"./random_alea.js": {
"default": "./dist/random_alea.js",
"types": "./dist/random_alea.d.ts"
},
"./random.js": {
"default": "./dist/random.js",
Expand Down

0 comments on commit d62b1bf

Please sign in to comment.