Skip to content

Commit

Permalink
build: update pkg exports
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jul 20, 2024
1 parent ae7aa6e commit e392e7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion packages/disjoint-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"test": "bun test",
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.0",
"esbuild": "^0.23.0",
Expand Down
3 changes: 0 additions & 3 deletions packages/random/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@
"./unique-indices": {
"default": "./unique-indices.js"
},
"./uuid": {
"default": "./uuid.js"
},
"./weighted-probability": {
"default": "./weighted-probability.js"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/uuid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=18"
},
"browser": {
"process": false,
"setTimeout": false
},
"engines": {
"node": ">=18"
},
"files": [
"./*.js",
"./*.d.ts"
Expand Down

0 comments on commit e392e7d

Please sign in to comment.