Skip to content

Commit

Permalink
fix ./lib to ./dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ianstormtaylor committed Nov 17, 2022
1 parent 1a37e3a commit 67e4e27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/superstruct.git",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"lib"
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down

0 comments on commit 67e4e27

Please sign in to comment.