We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c7179 commit 75a3b46Copy full SHA for 75a3b46
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-default-page",
3
- "version": "0.0.1-beta.1",
+ "version": "0.1.2",
4
"description": "A Vue 3.0 custom directives plugin",
5
"keywords": [
6
"vue",
@@ -14,6 +14,10 @@
14
"url": "https://github.com/zero-one-code/vue-default-page/issues"
15
},
16
"homepage": "https://github.com/zero-one-code/vue-default-page#readme",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/zero-one-code/vue-default-page.git"
20
+ },
21
"type": "module",
22
"files": [
23
"dist"
@@ -25,7 +29,8 @@
25
29
".": {
26
30
"import": "./dist/index.js",
27
31
"require": "./dist/index.cjs"
28
- }
32
33
+ "./index.css": "./dist/style.css"
34
35
"style": "dist/style.css",
36
"scripts": {
0 commit comments