Skip to content

Commit e83438f

Browse files
committed
Include src for sourcemap
1 parent a074ec9 commit e83438f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ebay/nice-modal-react",
3-
"version": "1.2.9",
3+
"version": "1.2.10",
44
"license": "MIT",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -19,7 +19,8 @@
1919
"test": "jest"
2020
},
2121
"files": [
22-
"/lib"
22+
"/lib",
23+
"/src"
2324
],
2425
"jest": {
2526
"roots": [

0 commit comments

Comments
 (0)