We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0df2a commit c012171Copy full SHA for c012171
packages/signals/signals-runtime/src/README.md
@@ -4,5 +4,4 @@
4
|--------|-------------|------|
5
| `cjs` (CommonJS modules) | For npm library users | `/dist/cjs/index.js` |
6
| `esm` (ES6 modules) | For npm library users | `/dist/esm/index.js` |
7
-| `global` (bundle) | This function simple exposes `globalThis.SignalsRuntime` | `/dist/global/index.js` |
8
-| `umd` (umd bundle) | When a UMD bundle is required | `/dist/umd/analytics-onetrust.umd.js` |
+| `global` (bundle) | Exposes `globalThis.SignalsRuntime` | `/dist/global/index.js` |
0 commit comments