landaxs 1.0.4 → 1.0.5

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 +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,11 +10,7 @@ Landaxs is library for dynamically managing input forms, supporting two-way bind
10
10
  CDN
11
11
 
12
12
  ```html
13
- <<<<<<< HEAD
14
13
  <script src="https://cdn.jsdelivr.net/npm/landaxs@1.0.2/dist/index.min.js"></script>
15
- =======
16
- <script src="https://cdn.jsdelivr.net/npm/landaxs@1.0.1/dist/index.min.js"></script>]
17
- >>>>>>> 3aae99719c3d4c89c92b32e14b0e6c95c37afc9e
18
14
  ```
19
15
 
20
16
  ### Define input name
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "landaxs",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Landaxs is a lightweight library for dynamic input binding with two-way data flow.",
5
5
  "keywords": ["forms", "binding", "javascript", "typescript"],
6
6
  "homepage": "https://github.com/Rakhmadi/Landaxs#readme",