Skip to content

Commit 2190db3

Browse files
authored
using version number for the sdk denpendency instead (#81)
Co-authored-by: Dengke Tang <[email protected]>
1 parent d1a7a89 commit 2190db3

File tree

5 files changed

+3469
-3124
lines changed

5 files changed

+3469
-3124
lines changed

samples/node/basic_discovery/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "basic-discovery",
33
"version": "1.0.0",
44
"description": "NodeJS IoT SDK v2 Greengrass Discovery Sample",
5-
"homepage": "https://github.com/awslabs/aws-iot-device-sdk-nodejs-v2",
6-
"repository": "github:awslabs/aws-iot-device-sdk-nodejs-v2",
5+
"homepage": "https://github.com/awslabs/aws-iot-device-sdk-js-v2",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/aws/aws-iot-device-sdk-js-v2.git"
9+
},
710
"contributors": [
811
"AWS SDK Common Runtime Team <[email protected]>"
912
],
@@ -18,7 +21,7 @@
1821
"typescript": "^3.7.3"
1922
},
2023
"dependencies": {
21-
"aws-iot-device-sdk-v2": "../../../",
24+
"aws-iot-device-sdk-v2": "1.2.4",
2225
"yargs": "^14.0.0"
2326
}
2427
}

0 commit comments

Comments
 (0)