File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @kleros/ui-components-library" ,
3
- "version" : " 2.6.1" ,
3
+ "version" : " 2.6.2" ,
4
+ "description" : " UI components library which implements the Kleros design system." ,
4
5
"source" : " src/lib/index.ts" ,
5
6
"main" : " dist/index.js" ,
6
7
"types" : " dist/types.d.ts" ,
7
8
"isLibrary" : true ,
8
9
"browserslist" : " > 0.5%, last 2 versions, not dead" ,
9
- "repository" : " git@github.com:alcercu/frontend- library.git " ,
10
- "author" : " alcercu <alcercu@alumni.upv.es> " ,
10
+ "repository" : " git@github.com:kleros/ui-components- library" ,
11
+ "author" : " Kleros " ,
11
12
"license" : " MIT" ,
12
13
"scripts" : {
13
14
"clear" : " rm -r .parcel-cache" ,
45
46
"lint-staged" : " ^12.1.2" ,
46
47
"parcel" : " ^2.2.1" ,
47
48
"prettier" : " ^2.5.1" ,
49
+ "process" : " ^0.11.10" ,
48
50
"styled-components" : " ^5.3.3" ,
49
51
"typescript" : " ^4.5.4"
50
52
},
Original file line number Diff line number Diff line change @@ -3967,6 +3967,11 @@ prettier@^2.5.1:
3967
3967
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
3968
3968
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
3969
3969
3970
+ process@^0.11.10 :
3971
+ version "0.11.10"
3972
+ resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
3973
+ integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
3974
+
3970
3975
progress@^2.0.0 :
3971
3976
version "2.0.3"
3972
3977
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
You can’t perform that action at this time.
0 commit comments