Skip to content

Commit

Permalink
Merge pull request #674 from blakef/master
Browse files Browse the repository at this point in the history
feat(package): export the package.json
  • Loading branch information
cenk1cenk2 committed Apr 28, 2023
2 parents dfa7d5d + 3ec1d41 commit 9bc78a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"require": "./dist/index.cjs",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"./package.json": "./package.json"
},
"author": {
"name": "Cenk Kilic",
Expand Down

0 comments on commit 9bc78a1

Please sign in to comment.