Skip to content

Commit

Permalink
Fix package.json CJS leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 14, 2024
1 parent 489ef74 commit 687af25
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
"name": "@curveball/kernel",
"version": "0.21.2",
"description": "Curveball is a framework writting in Typescript for Node.js",
"main": "cjs/index.js",
"type": "module",
"exports": {
"require": "./cjs/index.js",
"import": "./esm/index.js"
},
"exports": "./dist/index.js",
"scripts": {
"prepublishOnly": "make build",
"test": "make test",
Expand All @@ -23,8 +19,7 @@
"files": [
"package.json",
"README.md",
"esm",
"cjs",
"dist",
"LICENSE",
"src"
],
Expand Down

0 comments on commit 687af25

Please sign in to comment.