We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3386ae commit c0f50c9Copy full SHA for c0f50c9
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rclonefile",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "macOS API for creating copy on write clones of files",
5
"repository": {
6
"type": "git",
@@ -13,7 +13,7 @@
13
"artifacts": "napi artifacts",
14
"build": "napi build --platform --release",
15
"build:debug": "napi build --platform",
16
- "prepublishOnly": "napi pre-publish -p npm --skip-gh-release",
+ "prepublishOnly": "napi pre-publish -p npm --no-gh-release",
17
"test": "vitest",
18
"universal": "napi universalize",
19
"version": "napi version"
0 commit comments