Skip to content

Commit

Permalink
feat: set the type field
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed Feb 28, 2024
1 parent 71dc0eb commit 2e274af
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
@@ -1,9 +1,10 @@
{
"name": "simai.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "A serializer/deserializer for the rhythm game chart format simai.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"type": "commonjs",
"types": "dist/index.d.ts",
"runkitExampleFilename": "examples/runkit.js",
"exports": {
Expand Down

0 comments on commit 2e274af

Please sign in to comment.