Skip to content

Commit

Permalink
switch to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheduminer committed Jul 19, 2020
1 parent 23943b6 commit 36749fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirixdb",
"version": "0.1.1",
"version": "0.1.2",
"description": "A client library for interacting with SirixDB, written in Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"lib": [ "es2015", "DOM" ],
"module": "ES6",
"module": "commonjs",
"moduleResolution": "node",
"noImplicitAny": true,
"removeComments": true,
Expand Down

0 comments on commit 36749fd

Please sign in to comment.