diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..c31027a --- /dev/null +++ b/.npmignore @@ -0,0 +1,14 @@ +*.plist +*.log +*.icns +*.ico +*.svg +/dist +/app +/Guardfile +/tslint.json +/tsconfig.json +/scripts +*.ts +*.js.map +/typings diff --git a/package.json b/package.json index a3c3245..55603b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mstdn", "productName": "Mstdn", - "version": "0.0.2", + "version": "0.0.3", "description": "Tiny web-based mastodon client for your desktop", "main": "main/index.js", "bin": {