Skip to content

Commit

Permalink
Fix typing and main script path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Sum authored and Hugo Sum committed Jul 28, 2021
1 parent b083922 commit cfa837a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"files": [
"dist/"
],
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/type.d.ts",
"main": "dist/index.js",
"typings": "dist/type.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/winston0410/glory.git"
Expand Down

0 comments on commit cfa837a

Please sign in to comment.