Skip to content

Commit

Permalink
Fix package.json issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Nov 25, 2023
1 parent df5795c commit e89495d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canvas-hypertxt",
"version": "1.0.2",
"version": "1.0.3",
"description": "The fastest way to layout wrapped text on a HTML5 canvas",
"sideEffects": false,
"type": "module",
Expand All @@ -14,7 +14,8 @@
"types": "dist/ts/src/index.d.ts",
"exports": {
"import": "./dist/js/index.js",
"require": "./dist/cjs/index.cjs"
"require": "./dist/cjs/index.cjs",
"types": "./dist/ts/src/index.d.ts"
},
"scripts": {
"build": "node build.cjs && tsc -p tsconfig.types.json",
Expand Down

0 comments on commit e89495d

Please sign in to comment.