Skip to content

Commit

Permalink
Merge pull request #65 from yakisova41/fix-packagejson
Browse files Browse the repository at this point in the history
Fix packagejson
  • Loading branch information
yakisova41 authored May 2, 2024
2 parents 15ec777 + bc039b2 commit 4e04cae
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/crx-monkey/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "crx-monkey",
"type": "module",
"version": "0.5.0",
"version": "0.6.0",
"description": "",
"bin": {
"crx-monkey": "bin/crx-monkey"
},
"main": "./dist/node/main.js",
"types": "./dist/node/main.d.ts",
"exports": {
"./node": "./dist/node/main.js",
"./client": "./dist/client/main.js"
".": {
"import": {
"types": "./dist/client/main.d.ts",
"default": "./dist/client/main.js"
}
}
},
"scripts": {
"build": "rollup -c",
Expand Down

0 comments on commit 4e04cae

Please sign in to comment.