@grafloria/element 0.4.0 → 0.4.1

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,6 +44,8 @@ Worst case, importing the **entire** public surface of `@grafloria/element`
44
44
 
45
45
  A real app importing only what it uses ships less. Reproduce it in two minutes:
46
46
 
47
+ **Docs:** [JavaScript in 10 minutes](https://grafloria.com/learn/javascript/) · [guides & concepts](https://grafloria.com/learn/) · [111 live demos](https://grafloria.com/demos/)
48
+
47
49
  ```sh
48
50
  npm i -D esbuild @grafloria/element
49
51
  echo "export * from '@grafloria/element';" > entry.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafloria/element",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",