packages,plugins: only publish .js and .d.ts files in dist

This commit is contained in:
Patrik Oldsberg
2020-05-14 11:31:35 +02:00
parent 579ba54480
commit d76f8714a4
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}"
]
}