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
@@ -36,6 +36,6 @@
"jest-fetch-mock": "^3.0.3"
},
"files": [
"dist"
"dist/**/*.{js,d.ts}"
]
}