Skip to content

Commit c508180

Browse files
authored
Fix naming (#977)
1 parent 4aaecf4 commit c508180

File tree

2 files changed

+3
-3
lines changed

2 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.11.10",
3+
"version": "0.11.11",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/space.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,14 +384,14 @@
384384
"boost": {
385385
"type": "object",
386386
"properties": {
387-
"disabled": {
387+
"enabled": {
388388
"type": "boolean"
389389
},
390390
"bribeEnabled": {
391391
"type": "boolean"
392392
}
393393
},
394-
"required": ["disabled", "bribeEnabled"],
394+
"required": ["enabled", "bribeEnabled"],
395395
"additionalProperties": false
396396
}
397397
},

0 commit comments

Comments
 (0)