Skip to content

Commit

Permalink
Fix package.json types field.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronyeh committed Dec 24, 2021
1 parent 109389b commit 3ac39b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"main": "./build/cjs/vexflow.js",
"browser": "./build/cjs/vexflow.js",
"module": "./build/esm/entry/vexflow.js",
"types": "./build/esm/entry/vexflow.d.ts",
"types": "./build/types/entry/vexflow.d.ts",
"unpkg": "./build/cjs/vexflow.js",
"jsdelivr": "./build/cjs/vexflow.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const VERSION: string = '4.0.0';
export const ID: string = '437d802e9280e626a74adb2ecaec6cbe669b1b2d';
export const DATE: string = '2021-12-24T07:48:55.675Z';
export const ID: string = '109389bccab8a1bec421a9a4118515a3bc0e0de2';
export const DATE: string = '2021-12-24T09:52:12.732Z';

0 comments on commit 3ac39b2

Please sign in to comment.