Merge pull request #648 from spotify/rugvip/cleandist

packages: only include dist folder in published packages
This commit is contained in:
Patrik Oldsberg
2020-04-25 20:53:30 +02:00
committed by GitHub
9 changed files with 36 additions and 9 deletions
+4 -1
View File
@@ -38,5 +38,8 @@
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
}
},
"files": [
"dist"
]
}