Skip to content

Commit 4f3e9d4

Browse files
fix: extra comma
1 parent ab3ce08 commit 4f3e9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"./dist/entity": "./dist/entity/index.js",
2525
"./dist/utils": "./dist/utils/index.js",
2626
"./dist/constants": "./dist/constants.js",
27-
"./dist/math": "./dist/math.js",
27+
"./dist/math": "./dist/math.js"
2828
},
2929
"files": [
3030
"/dist",

0 commit comments

Comments
 (0)