Skip to content

Commit fb8e703

Browse files
authored
fix: Change minlength about back to 1 (#889)
* Change min length about back to 1 * Bump version
1 parent 08e8480 commit fb8e703

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/statement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "string",
1111
"format": "long",
1212
"title": "About",
13-
"minLength": 40,
13+
"minLength": 1,
1414
"maxLength": 140
1515
},
1616
"statement": {

test/examples/statement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"about": "About me lorem ipsum dolor sit amet, consectetur",
2+
"about": "About me",
33
"statement": ""
44
}

0 commit comments

Comments
 (0)