Skip to content

Commit

Permalink
fix exports (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeTamanoir committed Oct 21, 2024
1 parent 8dc842a commit 4d25351
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@kilnfi/sdk",
"version": "3.1.2",
"version": "3.1.3",
"autor": "Kiln <[email protected]> (https://kiln.fi)",
"license": "BUSL-1.1",
"description": "JavaScript sdk for Kiln API",
"type": "module",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"types": "./build/types/index.d.ts",
"typings": "./build/types/index.d.ts",
"main": "./build/cjs/kiln.js",
"module": "./build/esm/kiln.js",
"types": "./build/types/kiln.d.ts",
"typings": "./build/types/kiln.d.ts",
"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit 4d25351

Please sign in to comment.