Skip to content

Commit 2073e8c

Browse files
committed
fixed autoimports
1 parent 864c345 commit 2073e8c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "modular-openscriptjs",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "OpenScriptJs Framework - A lightweight, reactive JavaScript framework for building modern web applications",
55
"type": "module",
66
"main": "./dist/modular-openscriptjs.umd.js",
77
"module": "./dist/modular-openscriptjs.es.js",
8+
"types": "./index.d.ts",
89
"exports": {
910
".": {
1011
"import": "./dist/modular-openscriptjs.es.js",
@@ -22,6 +23,7 @@
2223
"templates",
2324
"build/vite-plugin-openscript.js",
2425
"styles",
26+
"index.d.ts",
2527
"README.md",
2628
"LICENSE"
2729
],

0 commit comments

Comments
 (0)