Skip to content

Commit 677726c

Browse files
committed
chore(package.json): remove src from packaged files and ignore .map artifacts
1 parent 3c320fa commit 677726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"./package.json": "./package.json"
1818
},
1919
"files": [
20-
"src",
2120
"lib",
2221
"android",
2322
"ios",
@@ -33,6 +32,7 @@
3332
"!**/__tests__",
3433
"!**/__fixtures__",
3534
"!**/__mocks__",
35+
"!**/*.map",
3636
"!**/.*"
3737
],
3838
"scripts": {

0 commit comments

Comments
 (0)