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

Commit

Permalink
Merge pull request #2 from HealthScreening/use_commonjs
Browse files Browse the repository at this point in the history
Operate as a common js module
  • Loading branch information
PythonCoderAS authored Dec 19, 2021
2 parents 4ed9253 + 0a24033 commit 44d5d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@healthscreening/object-to-wrapper",
"version": "1.0.0",
"version": "2.0.0",
"description": "Function to convert values into strings.",
"type": "module",
"main": "objectToWrapper.js",
"types": "objectToWrapper.d.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "esnext",
"module": "commonjs",
"target": "es2019",
"strict": true,
"allowJs": true,
Expand Down

0 comments on commit 44d5d2b

Please sign in to comment.