Skip to content

Commit

Permalink
Package fixes (#1214)
Browse files Browse the repository at this point in the history
* Apply npm pkg fix

* Fix packageing write
  • Loading branch information
Apollon77 committed Sep 19, 2024
1 parent 8ac4926 commit 89f6a6e
Show file tree
Hide file tree
Showing 19 changed files with 112 additions and 342 deletions.
2 changes: 1 addition & 1 deletion chip-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"homepage": "https://github.com/project-chip/matter.js",
"repository": {
"type": "git",
"url": "https://github.com/project-chip/matter.js.git"
"url": "git+https://github.com/project-chip/matter.js.git"
},
"scripts": {
"clean": "matter-build clean",
Expand Down
2 changes: 1 addition & 1 deletion compat/matter-node-ble.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/project-chip/matter.js",
"repository": {
"type": "git",
"url": "https://github.com/project-chip/matter.js.git"
"url": "git+https://github.com/project-chip/matter.js.git"
},
"scripts": {
"clean": "matter-build clean",
Expand Down
14 changes: 7 additions & 7 deletions compat/matter-node.js-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/project-chip/matter.js",
"repository": {
"type": "git",
"url": "https://github.com/project-chip/matter.js.git"
"url": "git+https://github.com/project-chip/matter.js.git"
},
"scripts": {
"clean": "matter-build clean",
Expand All @@ -35,12 +35,12 @@
"matter-legacystorageconverter": "matter-run src/examples/LegacyStorageConverter.ts"
},
"bin": {
"matter-device-legacy": "./dist/esm/examples/DeviceNodeLegacy.js",
"matter-bridge-legacy": "./dist/esm/examples/BridgedDevicesNodeLegacy.js",
"matter-composeddevice-legacy": "./dist/esm/examples/ComposedDeviceNodeLegacy.js",
"matter-multidevice-legacy": "./dist/esm/examples/MultiDeviceNodeLegacy.js",
"matter-controller-legacy": "./dist/esm/examples/ControllerNodeLegacy.js",
"matter-legacystorageconverter": "./dist/esm/examples/LegacyStorageConverter.js"
"matter-device-legacy": "dist/esm/examples/DeviceNodeLegacy.js",
"matter-bridge-legacy": "dist/esm/examples/BridgedDevicesNodeLegacy.js",
"matter-composeddevice-legacy": "dist/esm/examples/ComposedDeviceNodeLegacy.js",
"matter-multidevice-legacy": "dist/esm/examples/MultiDeviceNodeLegacy.js",
"matter-controller-legacy": "dist/esm/examples/ControllerNodeLegacy.js",
"matter-legacystorageconverter": "dist/esm/examples/LegacyStorageConverter.js"
},
"devDependencies": {
"typescript": "~5.5.3",
Expand Down
2 changes: 1 addition & 1 deletion compat/matter-node.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"homepage": "https://github.com/project-chip/matter.js",
"repository": {
"type": "git",
"url": "https://github.com/project-chip/matter.js.git"
"url": "git+https://github.com/project-chip/matter.js.git"
},
"scripts": {
"clean": "matter-build clean",
Expand Down
Loading

0 comments on commit 89f6a6e

Please sign in to comment.