Skip to content

Commit bef2252

Browse files
committed
chore: update package.json
1 parent dfeb467 commit bef2252

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
{
22
"name": "vite-plugin-libcss",
3+
"description": "This plugin will inject css into bundled js file using `import` statement.",
34
"version": "1.0.1",
45
"main": "index.js",
56
"types": "index.d.ts",
67
"author": "wxsms@foxmail.com",
78
"license": "MIT",
89
"private": false,
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/wxsms/vite-plugin-libcss.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/wxsms/vite-plugin-libcss/issues"
16+
},
17+
"homepage": "https://github.com/wxsms/vite-plugin-libcss#readme",
18+
"keywords": [
19+
"vite",
20+
"plugin",
21+
"lib",
22+
"css"
23+
],
924
"devDependencies": {
1025
"vite": "2.7.5"
1126
},

0 commit comments

Comments
 (0)