We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b0123 commit e5ac62eCopy full SHA for e5ac62e
package.json
@@ -1,12 +1,21 @@
1
{
2
"name": "docusaurus-plugin-vanilla-extract",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "use vanilla-extract with docusaurus",
5
"main": "lib/docusaurus-plugin-vanilla-extract.js",
6
"types": "lib/docusaurus-plugin-vanilla-extract.d.ts",
7
"files": [
8
"lib/*"
9
],
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
+ ],
19
"scripts": {
20
"test": "test",
21
"build": "tsc",
0 commit comments