@pfern/elements 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -221,7 +221,7 @@ Each tag function (e.g. `div`, `button`, `svg`) includes a `@typedef` and MDN-so
221
221
  ## Installation
222
222
 
223
223
  ```bash
224
- npm install elements-js
224
+ npm install @pfern/elements
225
225
  ```
226
226
 
227
227
  Or clone the repo and use as an ES module:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pfern/elements",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "A minimalist, pure functional declarative UI toolkit.",
5
5
  "main": "elements.js",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/paulfernandez/elements.js.git"
29
+ "url": "https://github.com/pfernandez/elements.git"
30
30
  },
31
31
  "author": "Paul Fernandez",
32
32
  "license": "MIT",