We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e3aa5 commit e306d54Copy full SHA for e306d54
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "@eppo/js-client-sdk-common",
3
- "version": "3.2.1",
+ "version": "3.2.2",
4
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
5
"main": "dist/index.js",
6
"files": [
7
- "/dist"
+ "/dist",
8
+ "/src",
9
+ "!*.spec.ts"
10
],
11
"types": "./dist/index.d.ts",
12
"engines": {
0 commit comments