fix: add "entry-asar/*" to the files section of package.json (fixes #3) (#7)

This commit is contained in:
Niels Leenheer
2020-11-19 18:33:42 +01:00
committed by GitHub
parent 3ebf924651
commit 8bb61593b2

View File

@@ -15,6 +15,7 @@
},
"files": [
"dist/*",
"entry-asar/*",
"README.md"
],
"author": "Samuel Attard",