feather-k-demo-utils 0.0.7 → 0.0.8
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 +2 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Learn more about the recommended Project Setup and IDE Support in the [Vue Docs
|
|
|
6
6
|
|
|
7
7
|
## Publishing
|
|
8
8
|
|
|
9
|
-
Here’s how to authenticate and publish your package to npm using your npm username
|
|
9
|
+
Here’s how to authenticate and publish your package to npm using your npm username
|
|
10
10
|
|
|
11
11
|
Open a terminal in your project root.
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "feather-k-demo-utils",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "lib/index.js",
|
|
@@ -22,10 +22,7 @@
|
|
|
22
22
|
],
|
|
23
23
|
"exports": {
|
|
24
24
|
"./utils": "./lib/utils/index.js",
|
|
25
|
-
"./styles":
|
|
26
|
-
"default": "./lib/styles/demo.css",
|
|
27
|
-
"types": "./lib/styles/styles.d.ts"
|
|
28
|
-
}
|
|
25
|
+
"./styles": "./lib/styles/demo.css"
|
|
29
26
|
},
|
|
30
27
|
"scripts": {
|
|
31
28
|
"dev": "vite",
|
|
@@ -44,7 +41,6 @@
|
|
|
44
41
|
"@vue/tsconfig": "^0.8.1",
|
|
45
42
|
"typescript": "~5.9.3",
|
|
46
43
|
"vite": "^7.2.4",
|
|
47
|
-
"vite-plugin-static-copy": "^3.2.0",
|
|
48
44
|
"vue-tsc": "^3.1.4"
|
|
49
45
|
},
|
|
50
46
|
"files": [
|