Skip to content

Commit 2d7b732

Browse files
committed
1.0.0
1 parent 03d7e10 commit 2d7b732

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@visualteams/ui-kit",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "UI components and theme for VisualTeams Plugins",
55
"author": "VisualTeams",
66
"main": "index.js",
77
"license": "MIT",
88
"homepage": "https://www.visualteams.fr",
99
"repository": {
10-
"type" : "git",
11-
"url" : "https://github.com/visualteams/ui-kit"
10+
"type": "git",
11+
"url": "https://github.com/visualteams/ui-kit"
1212
},
1313
"scripts": {
1414
"prepublish": "npm run build",
@@ -25,6 +25,5 @@
2525
"typescript": "^4.0.3",
2626
"contributor-faces": "^1.1.0"
2727
},
28-
"dependencies": {
29-
}
28+
"dependencies": {}
3029
}

0 commit comments

Comments
 (0)