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

Commit 676d2aa

Browse files
committed
Resetting package fields for development
1 parent 1373117 commit 676d2aa

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.js",
28+
"main": "./src/index.js",
2929
"matrix_src_main": "./src/index.js",
3030
"matrix_lib_main": "./lib/index.js",
3131
"matrix_lib_typings": "./lib/index.d.ts",
@@ -199,6 +199,5 @@
199199
"coverageReporters": [
200200
"text"
201201
]
202-
},
203-
"typings": "./lib/index.d.ts"
202+
}
204203
}

0 commit comments

Comments
 (0)