@opensecret/react 0.3.1 → 0.3.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 +3 -1
- package/dist/opensecret-react.es.js +403 -400
- package/dist/opensecret-react.umd.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,9 @@ To build the library, run the following command:
|
|
|
144
144
|
bun run build
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
|
|
147
|
+
Currently this build step requires `npx` because of [a Bun incompatibility with `vite-plugin-dts`](https://github.com/OpenSecretCloud/OpenSecret-SDK/issues/16).
|
|
148
|
+
|
|
149
|
+
To pack the library (for publishing) run the following command:
|
|
148
150
|
|
|
149
151
|
```bash
|
|
150
152
|
bun run pack
|