packages: only include dist folder in published packages

This commit is contained in:
Patrik Oldsberg
2020-04-25 19:42:43 +02:00
parent 46803998cd
commit 3dc707c156
9 changed files with 36 additions and 9 deletions
+4 -1
View File
@@ -30,5 +30,8 @@
"@material-ui/lab": "4.0.0-alpha.45",
"react": "16.13.1",
"react-dom": "16.13.1"
}
},
"files": [
"dist"
]
}
+4 -1
View File
@@ -34,5 +34,8 @@
"react-router-dom": "^5.1.2",
"react-markdown": "^4.3.1",
"react-use": "^13.24.0"
}
},
"files": [
"dist"
]
}
+4 -1
View File
@@ -29,5 +29,8 @@
"react": "16.13.1",
"react-dom": "16.13.1",
"react-router-dom": "5.1.2"
}
},
"files": [
"dist"
]
}