We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6cfd2 commit f41dc08Copy full SHA for f41dc08
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@snapshot-labs/snapshot.js",
3
- "version": "0.11.35",
+ "version": "0.11.36",
4
"repository": "snapshot-labs/snapshot.js",
5
"license": "MIT",
6
"main": "dist/snapshot.cjs.js",
src/schemas/statement.json
@@ -10,7 +10,6 @@
10
"type": "string",
11
"format": "long",
12
"title": "About",
13
- "minLength": 1,
14
"maxLength": 140
15
},
16
"statement": {
@@ -23,8 +22,7 @@
23
22
24
"title": "discourse",
25
"pattern": "^[A-Za-z0-9-_.]*$",
26
- "maxLength": 30,
27
- "minLength": 3
+ "maxLength": 30
28
29
"network": {
30
0 commit comments