Skip to content
This repository was archived by the owner on Aug 17, 2022. It is now read-only.

Commit 44d5d2b

Browse files
Merge pull request #2 from HealthScreening/use_commonjs
Operate as a common js module
2 parents 4ed9253 + 0a24033 commit 44d5d2b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@healthscreening/object-to-wrapper",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Function to convert values into strings.",
5-
"type": "module",
65
"main": "objectToWrapper.js",
76
"types": "objectToWrapper.d.ts",
87
"scripts": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
3+
"module": "commonjs",
44
"target": "es2019",
55
"strict": true,
66
"allowJs": true,

0 commit comments

Comments
 (0)