Merge pull request #860 from spotify/rugvip/cleandist

packages,plugins: only publish .js and .d.ts files in dist
This commit is contained in:
Patrik Oldsberg
2020-05-14 13:47:50 +02:00
committed by GitHub
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -52,6 +52,6 @@
"react-router-dom": "^5.2.0"
},
"files": [
"dist"
"dist/**/*.{js,d.ts}"
]
}