Skip to content

Commit

Permalink
FREEZE.unindexed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 22, 2021
1 parent c11d828 commit b05a255
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,62 +136,50 @@
},
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./index.js",
"types": "./types/types/index.d.ts"
},
"./alg": {
"require": "./dist/cjs/alg/index.js",
"import": "./dist/esm/alg/index.js",
"types": "./dist/types/alg/index.d.ts"
},
"./bluetooth": {
"require": "./dist/cjs/bluetooth/index.js",
"import": "./dist/esm/bluetooth/index.js",
"types": "./dist/types/bluetooth/index.d.ts"
},
"./kpuzzle": {
"require": "./dist/cjs/kpuzzle/index.js",
"import": "./dist/esm/kpuzzle/index.js",
"types": "./dist/types/kpuzzle/index.d.ts"
},
"./notation": {
"require": "./dist/cjs/notation/index.js",
"import": "./dist/esm/notation/index.js",
"types": "./dist/types/notation/index.d.ts"
},
"./protocol": {
"require": "./dist/cjs/protocol/index.js",
"import": "./dist/esm/protocol/index.js",
"types": "./dist/types/protocol/index.d.ts"
},
"./puzzle-geometry": {
"require": "./dist/cjs/puzzle-geometry/index.js",
"import": "./dist/esm/puzzle-geometry/index.js",
"types": "./dist/esm/types/puzzle-geometry/index.d.ts"
},
"./puzzles": {
"require": "./dist/cjs/puzzles/index.js",
"import": "./dist/esm/puzzles/index.js",
"types": "./dist/esm/types-geometry/index.d.ts"
},
"./scramble": {
"require": "./dist/cjs/scramble/index.js",
"import": "./dist/esm/scramble/index.js",
"types": "./dist/types/scramble/index.d.ts"
},
"./solve": {
"require": "./dist/cjs/solve/index.js",
"import": "./dist/esm/solve/index.js",
"types": "./dist/types/solve/index.d.ts"
},
"./stream": {
"require": "./dist/cjs/stream/index.js",
"import": "./dist/esm/stream/index.js",
"types": "./dist/types/stream/index.d.ts"
},
"./twisty": {
"require": "./dist/cjs/twisty/index.js",
"import": "./dist/esm/twisty/index.js",
"types": "./dist/types/twisty/index.d.ts"
}
Expand Down

0 comments on commit b05a255

Please sign in to comment.