1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-06-16 13:46:16 +02:00

Radio checkbox whitespace

This commit is contained in:
Maciej Lenartowicz
2019-10-24 08:12:39 +00:00
parent a88fbf63e9
commit 88f3836485
8 changed files with 30 additions and 41 deletions

View File

@ -1,6 +1,6 @@
{
"name": "foris",
"version": "1.1.0",
"version": "1.1.1",
"description": "Set of components and utils for Foris and its plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {
@ -73,7 +73,6 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors",
"test:update-snapshots": "jest -u",
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server"
},