Skip to content

Commit 75a3b46

Browse files
author
郑培鑫
committed
fix: export css
1 parent f2c7179 commit 75a3b46

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-default-page",
3-
"version": "0.0.1-beta.1",
3+
"version": "0.1.2",
44
"description": "A Vue 3.0 custom directives plugin",
55
"keywords": [
66
"vue",
@@ -14,6 +14,10 @@
1414
"url": "https://github.com/zero-one-code/vue-default-page/issues"
1515
},
1616
"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+
},
1721
"type": "module",
1822
"files": [
1923
"dist"
@@ -25,7 +29,8 @@
2529
".": {
2630
"import": "./dist/index.js",
2731
"require": "./dist/index.cjs"
28-
}
32+
},
33+
"./index.css": "./dist/style.css"
2934
},
3035
"style": "dist/style.css",
3136
"scripts": {

0 commit comments

Comments
 (0)