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

Commit e13f2e6

Browse files
committed
Resetting package fields for development
1 parent d464793 commit e13f2e6

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
@@ -22,7 +22,7 @@
2222
"README.md",
2323
"package.json"
2424
],
25-
"main": "./lib/index.ts",
25+
"main": "./src/index.ts",
2626
"matrix_src_main": "./src/index.ts",
2727
"matrix_lib_main": "./lib/index.ts",
2828
"matrix_lib_typings": "./lib/index.d.ts",
@@ -246,6 +246,5 @@
246246
"jestSonar": {
247247
"reportPath": "coverage",
248248
"sonar56x": true
249-
},
250-
"typings": "./lib/index.d.ts"
249+
}
251250
}

0 commit comments

Comments
 (0)