Publish SDK from standalone repository
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# JavaScript / TypeScript SDK
|
||||
|
||||
```bash
|
||||
git clone --branch recovery/native-geofeeds-20260814 https://git.datacoria.com/Phylex/production-as213905.git
|
||||
npm install ./production-as213905/as213905-sdk/javascript
|
||||
git clone https://git.datacoria.com/Phylex/as213905-sdk.git
|
||||
npm install ./as213905-sdk/javascript
|
||||
```
|
||||
|
||||
```js
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"scripts": {"test": "node --test", "check": "node --check src/index.js"},
|
||||
"engines": {"node": ">=18"},
|
||||
"license": "MIT",
|
||||
"repository": {"type": "git", "url": "https://git.datacoria.com/Phylex/production-as213905.git", "directory": "as213905-sdk/javascript"}
|
||||
"repository": {"type": "git", "url": "https://git.datacoria.com/Phylex/as213905-sdk.git", "directory": "javascript"}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user