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