Skip to content

Commit 4d5ab6b

Browse files
committed
Refactor package.json to update version and types path
1 parent c814bfb commit 4d5ab6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "formlink",
33
"description": "Form helper library.",
4-
"version": "1.0.0",
4+
"version": "0.0.12",
55
"type": "module",
66
"author": {
77
"name": "Jerome Thayananthajothy",
88
"email": "tjthavarshan@gmail.com"
99
},
1010
"main": "./dist/index.cjs.js",
1111
"module": "./dist/index.es.js",
12-
"types": "./dist/index.d.ts",
12+
"types": "./dist/types/index.d.ts",
1313
"exports": {
1414
".": {
1515
"import": "./src/index.ts",

0 commit comments

Comments
 (0)