Skip to content

Commit e306d54

Browse files
authored
Include typescript files with npm package for source maps (#82)
* include TS in dist * include typescript source with npm package for source maps
1 parent 06e3aa5 commit e306d54

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"name": "@eppo/js-client-sdk-common",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "Eppo SDK for client-side JavaScript applications (base for both web and react native)",
55
"main": "dist/index.js",
66
"files": [
7-
"/dist"
7+
"/dist",
8+
"/src",
9+
"!*.spec.ts"
810
],
911
"types": "./dist/index.d.ts",
1012
"engines": {

0 commit comments

Comments
 (0)