Skip to content

Commit 78d0987

Browse files
committed
[sc-11177] include src in package.json's file
1 parent 2d2e91a commit 78d0987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"types": "index.d.ts",
3434
"files": [
3535
"dist",
36-
"index.d.ts"
36+
"index.d.ts",
37+
"src"
3738
],
3839
"scripts": {
3940
"build": "npm run test && ./node_modules/webpack-cli/bin/cli.js",

0 commit comments

Comments
 (0)