@steveesamson/microform 0.0.3 → 0.0.4

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 +8 -1
package/README.md CHANGED
@@ -16,6 +16,8 @@ or
16
16
  yarn add @steveesamson/microform
17
17
  ```
18
18
 
19
+ [demo and docs](https://steveesamson.github.io/microform)
20
+
19
21
  ## Usage
20
22
 
21
23
  Once you've added `microform` to your project, use it as shown below, in your view(`.svelte` files):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steveesamson/microform",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package",
@@ -12,12 +12,18 @@
12
12
  "lint": "prettier --check . && eslint .",
13
13
  "format": "prettier --write ."
14
14
  },
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/steveesamson/microform.git"
18
+ },
15
19
  "exports": {
16
20
  ".": {
17
21
  "types": "./dist/index.d.ts",
18
22
  "svelte": "./dist/index.js"
19
23
  }
20
24
  },
25
+ "author": "Steve S. Samson <stevee.samson@gmail.com> (http://github.com/steveesamson)",
26
+ "homepage": "https://steveesamson.github.io/microform",
21
27
  "files": [
22
28
  "dist",
23
29
  "!dist/**/*.test.*",
@@ -54,6 +60,7 @@
54
60
  "type": "module",
55
61
  "keywords": [
56
62
  "microform",
63
+ "microform-svelte",
57
64
  "@steveesamson/microform",
58
65
  "svelte",
59
66
  "sveltejs",