Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 2ed18a1

Browse files
committed
Resetting package fields for development
1 parent d592537 commit 2ed18a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"bin": {
2626
"reskindex": "scripts/reskindex.js"
2727
},
28-
"main": "./lib/index.ts",
28+
"main": "./src/index.ts",
2929
"matrix_src_main": "./src/index.ts",
3030
"matrix_lib_main": "./lib/index.ts",
3131
"matrix_lib_typings": "./lib/index.d.ts",
@@ -234,6 +234,5 @@
234234
"text",
235235
"json"
236236
]
237-
},
238-
"typings": "./lib/index.d.ts"
237+
}
239238
}

0 commit comments

Comments
 (0)