Skip to content

Commit e5ac62e

Browse files
committed
Adds v 1.0.2
1 parent 21b0123 commit e5ac62e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "docusaurus-plugin-vanilla-extract",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "use vanilla-extract with docusaurus",
55
"main": "lib/docusaurus-plugin-vanilla-extract.js",
66
"types": "lib/docusaurus-plugin-vanilla-extract.d.ts",
77
"files": [
88
"lib/*"
99
],
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/antstackio/docusaurus-plugin-vanilla-extract"
13+
},
14+
"keywords": [
15+
"react",
16+
"vanilla-extract",
17+
"docusaurus"
18+
],
1019
"scripts": {
1120
"test": "test",
1221
"build": "tsc",

0 commit comments

Comments
 (0)