Skip to content

Commit

Permalink
Anno lib path & Release
Browse files Browse the repository at this point in the history
  • Loading branch information
diyfr committed Jun 20, 2024
1 parent 6064b56 commit 0f8ebb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diyfr/quickdom",
"version": "0.9.4",
"version": "0.9.5",
"description": "A lightweight library for creating and manipulating DOM elements in typescript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
Expand Down

0 comments on commit 0f8ebb8

Please sign in to comment.