Skip to content

Commit

Permalink
chore: remove common js support
Browse files Browse the repository at this point in the history
This is a breaking change.
  • Loading branch information
getinnocuous committed Dec 19, 2024
1 parent 469db1a commit 6d33d9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"name": "@overmindtech/sdp-js",
"version": "12.2.0",
"version": "13.0.0",
"description": "Javascript and Typescript libraries for the State Description Protocol",
"license": "MIT",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.cjs",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
Expand Down

0 comments on commit 6d33d9a

Please sign in to comment.