Skip to content

Commit

Permalink
updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pinpong committed Sep 22, 2023
1 parent 6f9b684 commit 3eb6ad7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mygekko-client-library",
"version": "0.1.0",
"version": "0.1.1",
"description": "MyGekko javascript client library",
"keywords": [
"mygekko",
Expand All @@ -11,7 +11,7 @@
],
"author": "pinpong",
"license": "Apache-2.0",
"type": "module",
"type": "commonjs",
"source": "src/index.ts",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -50,5 +50,8 @@
"repository": {
"type": "git",
"url": "https://github.com/pinpong/mygekko-client-library.git"
},
"engines": {
"node": ">=18"
}
}
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": {
"strict": true,
"module": "commonjs",
"target": "es2019",
"target": "es2022",
"declaration": true,
"outDir": "./dist",
"rootDir": "src",
Expand Down

0 comments on commit 3eb6ad7

Please sign in to comment.