Skip to content

Commit

Permalink
fix publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
cometkim committed Jul 5, 2021
1 parent b3994c7 commit 13d4ea9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
"version": "0.1.0",
"license": "MIT",
"source": "./src/index.ts",
"main": "./src/index.ts",
"main": "./lib/index.js",
"module": "./lib/index.module.js",
"exports": "./lib/index.modern.js",
"unpkg": "./lib/index.umd.js",
"types": "./lib/index.d.ts",
"publishConfig": {
"main": "./lib/index.js",
"module": "./lib/index.module.js",
"exports": "./lib/index.modern.js",
"unpkg": "./lib/index.umd.js"
},
"homepage": "https://github.com/daangn/cjk-slug",
"repository": {
"type": "git",
Expand Down

0 comments on commit 13d4ea9

Please sign in to comment.