Skip to content

Commit

Permalink
Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrejoh committed Mar 5, 2024
1 parent 42aa6e8 commit b234d34
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
7 changes: 5 additions & 2 deletions npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "rclonefile-darwin-arm64",
"version": "1.0.6",
"description": "macOS API for creating copy on write clones of files",
"repository": "https://github.com/sverrejoh/rclonefile",
"repository": {
"type": "git",
"url": "git+https://github.com/sverrejoh/rclonefile.git"
},
"license": "MIT",
"main": "rclonefile.darwin-arm64.node",
"files": [
Expand All @@ -17,4 +20,4 @@
"cpu": [
"arm64"
]
}
}
7 changes: 5 additions & 2 deletions npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "rclonefile-darwin-universal",
"version": "1.0.6",
"description": "macOS API for creating copy on write clones of files",
"repository": "https://github.com/sverrejoh/rclonefile",
"repository": {
"type": "git",
"url": "git+https://github.com/sverrejoh/rclonefile.git"
},
"license": "MIT",
"main": "rclonefile.darwin-universal.node",
"files": [
Expand All @@ -14,4 +17,4 @@
"os": [
"darwin"
]
}
}
7 changes: 5 additions & 2 deletions npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "rclonefile-darwin-x64",
"version": "1.0.6",
"description": "macOS API for creating copy on write clones of files",
"repository": "https://github.com/sverrejoh/rclonefile",
"repository": {
"type": "git",
"url": "git+https://github.com/sverrejoh/rclonefile.git"
},
"license": "MIT",
"main": "rclonefile.darwin-x64.node",
"files": [
Expand All @@ -17,4 +20,4 @@
"cpu": [
"x64"
]
}
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "rclonefile",
"version": "1.0.6",
"description": "macOS API for creating copy on write clones of files",
"repository": "https://github.com/sverrejoh/rclonefile",
"repository": {
"type": "git",
"url": "git+https://github.com/sverrejoh/rclonefile.git"
},
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit b234d34

Please sign in to comment.