Avoiding publishing the “src” folder to NPM

This commit is contained in:
Fabio Spampinato 2019-06-04 03:17:14 +02:00
parent 9290aa2b61
commit 00be016979
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@
"yarn-upgrade-all": "^0.5.0"
},
"files": [
"dist",
"src"
"dist"
],
"jest": {
"moduleNameMapper": {