Skip to content

Commit

Permalink
fix typescript includes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Oct 16, 2023
1 parent c1612c9 commit d7cfd13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "@openmeteo/sdk",
"version": "0.0.0",
"description": "Open-Meteo SDK",
"main": "./ts/index.js",
"main": "./lib/index.js",
"files": [
"ts/**/*"
"lib/**/*"
],
"scripts": {
"build": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit d7cfd13

Please sign in to comment.