diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cfca636 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +dist/* +node_modules/* +yarn.lock \ No newline at end of file diff --git a/package.json b/package.json index e81ac34..ff014e5 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,7 @@ "target": { "target": "dmg", "arch": [ - "x64", - "arm64" + "universal" ] }, "publish": "github"