Skip to content

Commit 9c6315c

Browse files
committed
fix(package.json): update main and module properties with correct path
1 parent 77388c9 commit 9c6315c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@svelte-plugins/tooltips",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "A simple tooltip action and component designed for Svelte.",
66
"author": "Kieran Boyle (https://github.com/dysfunc)",
77
"svelte": "./src/index.js",
88
"types": "./src/index.d.ts",
9-
"main": "./lib/index.js",
10-
"module": "./lib/index.mjs",
9+
"main": "./dist/index.js",
10+
"module": "./dist/index.mjs",
1111
"type": "module",
1212
"sideEffects": false,
1313
"repository": {

0 commit comments

Comments
 (0)