Skip to content

Commit 4c2455c

Browse files
authored
Merge pull request #4 from CHIPAsia/fix/circular-dependencies
fix: issue on circular depdendencies
2 parents 268eb23 + 67b2adc commit 4c2455c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Before you start, make sure you already have created `Brand ID` and `API Key` fr
77

88
### npm
99
```bash
10-
npm install https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.1
10+
npm install https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.2
1111
```
1212

1313
### yarn
1414
```bash
15-
yarn add https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.1
15+
yarn add https://github.com/CHIPAsia/chip-nodejs-sdk.git#v1.0.2
1616
```
1717

1818
## Getting Started

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
},
1515
"dependencies": {
1616
"@babel/cli": "^7.28.3",
17-
"Chip": "github:CHIPAsia/chip-nodejs-sdk#v1.0.0",
1817
"superagent": "10.2.3"
1918
},
2019
"devDependencies": {

0 commit comments

Comments
 (0)