@dxos/esbuild-plugins 0.1.17 → 0.1.19

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.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @dxos/esbuild-plugins
2
+
3
+ ## Installation
4
+
5
+ ```bash
6
+ pnpm i @dxos/esbuild-plugins
7
+ ```
8
+
9
+ ## DXOS Resources
10
+
11
+ - [Website](https://dxos.org)
12
+ - [Developer Documentation](https://docs.dxos.org)
13
+ - Tag [questions on Stack Overflow](https://stackoverflow.com/questions/tagged/dxos) with `#dxos`
14
+ - Tag us on twitter [`@dxos_org`](https://twitter.com/dxos_org)
15
+
16
+ ## Contributions
17
+
18
+ Your ideas, issues, and code are most welcome. Please take a look at our [community code of conduct](https://github.com/dxos/dxos/blob/main/CODE_OF_CONDUCT.md), the [issue guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-issues), and the [PR contribution guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md#submitting-prs). If you would like to contribute to the design and implementation of DXOS, please [start with the contributor's guide](https://github.com/dxos/dxos/blob/main/CONTRIBUTING.md).
19
+
20
+ License: [MIT](./LICENSE) Copyright 2022 © DXOS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxos/esbuild-plugins",
3
- "version": "0.1.17",
3
+ "version": "0.1.19",
4
4
  "homepage": "https://dxos.org",
5
5
  "bugs": "https://github.com/dxos/dxos/issues",
6
6
  "license": "MIT",