@uniquedj95/vform 3.0.2 → 3.0.3
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.
- package/README.md +1 -1
- package/package.json +1 -2
package/README.md
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
A dynamic form builder for Vue.js with Ionic components
|
8
8
|
|
9
|
-
[](https://github.com/uniquedj95/vform/releases)
|
10
10
|
[](https://opensource.org/licenses/MIT)
|
11
11
|
[](https://vuejs.org/)
|
12
12
|
[](https://www.typescriptlang.org/)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@uniquedj95/vform",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.3",
|
4
4
|
"description": "A simplified ionic vue form builder",
|
5
5
|
"type": "module",
|
6
6
|
"main": "./dist/index.umd.js",
|
@@ -25,7 +25,6 @@
|
|
25
25
|
"scripts": {
|
26
26
|
"build": "vite build",
|
27
27
|
"prepublishOnly": "npm run build",
|
28
|
-
"postpublish": "git push && git push --tags",
|
29
28
|
"test": "vitest run",
|
30
29
|
"test:watch": "vitest",
|
31
30
|
"test:coverage": "vitest run --coverage",
|