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

Commit f4dc1e0

Browse files
committed
Resetting package fields for development
1 parent 08a4070 commit f4dc1e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"package.json",
2424
".stylelintrc.js"
2525
],
26-
"main": "./lib/index.ts",
26+
"main": "./src/index.ts",
2727
"matrix_src_main": "./src/index.ts",
2828
"matrix_lib_main": "./lib/index.ts",
2929
"matrix_lib_typings": "./lib/index.d.ts",
@@ -254,6 +254,5 @@
254254
"jestSonar": {
255255
"reportPath": "coverage",
256256
"sonar56x": true
257-
},
258-
"typings": "./lib/index.d.ts"
257+
}
259258
}

0 commit comments

Comments
 (0)