lemmy-js-client 0.19.4-alpha.13 → 0.19.4-alpha.16
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -12
- package/dist/types/VoteView.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -35,18 +35,8 @@ let jwt = await client.login(loginForm).jwt;
|
|
35
35
|
|
36
36
|
## Development
|
37
37
|
|
38
|
-
|
38
|
+
Use `pnpm add` to develop and test changes locally:
|
39
39
|
|
40
40
|
```
|
41
|
-
pnpm
|
42
|
-
|
43
|
-
# Go to lemmy-js-client dir
|
44
|
-
yalc publish --push
|
45
|
-
|
46
|
-
# Go to your client dir
|
47
|
-
yalc add lemmy-js-client
|
48
|
-
|
49
|
-
# To do updates, go back to the lemmy-js-client dir
|
50
|
-
# This also updates it, in every dir you've added it.
|
51
|
-
yalc publish --push
|
41
|
+
pnpm add path/to/lemmy-js-client
|
52
42
|
```
|
package/dist/types/VoteView.d.ts
CHANGED
package/package.json
CHANGED