Skip to content

Commit

Permalink
Have package.json point to correct type file (#89)
Browse files Browse the repository at this point in the history
* have package.json point to correct type file

* use standard field name

* bump the version
  • Loading branch information
aarsilv authored Jun 24, 2024
1 parent c8f84db commit 86e205c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@eppo/js-client-sdk",
"version": "3.2.0",
"version": "3.2.1",
"description": "Eppo SDK for client-side JavaScript applications",
"main": "dist/index.js",
"files": [
"/dist",
"/src",
"!*.spec.ts"
],
"typings": "dist/js-client-sdk.d.ts",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint '**/*.{ts,tsx}' '**/*.d.{ts,tsx}' --cache",
"lint:fix": "eslint --fix '**/*.{ts,tsx}' --cache",
Expand Down Expand Up @@ -58,4 +58,4 @@
"dependencies": {
"@eppo/js-client-sdk-common": "3.3.3"
}
}
}

0 comments on commit 86e205c

Please sign in to comment.