Skip to content

Commit 88c39fe

Browse files
committed
Make package private to skip publishing ✨
1 parent fae2dfd commit 88c39fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/deadcoder0904/wip-desktop.git"
1212
},
13+
"private": true,
1314
"homepage": "https://akshaykadam.me/apps/wip-desktop",
1415
"version": "0.0.0",
1516
"license": "MIT",
@@ -18,7 +19,7 @@
1819
"compile": "electron-webpack",
1920
"pack": "electron-builder --dir",
2021
"dist": "npm run compile && electron-builder --mac --linux --win",
21-
"release": "np --no-publish",
22+
"release": "np --yolo --no-publish",
2223
"dist:dir": "npm run dist --dir -c.compression=store -c.mac.identity=null",
2324
"postinstall": "electron-builder install-app-deps"
2425
},

0 commit comments

Comments
 (0)