jostraca 0.36.1 → 0.36.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,9 +86,8 @@ npm test # node --test dist-test/**/*.test.js
|
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
From the repository root, `make all` builds and tests both the TypeScript and
|
|
89
|
-
Go stacks.
|
|
90
|
-
|
|
91
|
-
the contributor guide and
|
|
89
|
+
Go stacks. TypeScript is the source of truth: change it first, then bring Go
|
|
90
|
+
into parity. See
|
|
92
91
|
[`go/README.md`](https://github.com/jostraca/jostraca/blob/HEAD/go/README.md)
|
|
93
92
|
for the port.
|
|
94
93
|
|