Skip to content

Commit

Permalink
change module type to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperski95 committed Feb 15, 2021
1 parent bf31892 commit c926c7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloc-arch/core",
"version": "1.2.1",
"version": "1.3.0",
"description": "State management module for JS and TS.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"baseUrl": "./",
Expand Down

0 comments on commit c926c7f

Please sign in to comment.