Skip to content

Commit 86e205c

Browse files
authored
Have package.json point to correct type file (#89)
* have package.json point to correct type file * use standard field name * bump the version
1 parent c8f84db commit 86e205c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@eppo/js-client-sdk",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Eppo SDK for client-side JavaScript applications",
55
"main": "dist/index.js",
66
"files": [
77
"/dist",
88
"/src",
99
"!*.spec.ts"
1010
],
11-
"typings": "dist/js-client-sdk.d.ts",
11+
"types": "dist/index.d.ts",
1212
"scripts": {
1313
"lint": "eslint '**/*.{ts,tsx}' '**/*.d.{ts,tsx}' --cache",
1414
"lint:fix": "eslint --fix '**/*.{ts,tsx}' --cache",
@@ -58,4 +58,4 @@
5858
"dependencies": {
5959
"@eppo/js-client-sdk-common": "3.3.3"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)