Skip to content

Commit

Permalink
Update acl-schema.json (#1117)
Browse files Browse the repository at this point in the history
* Update acl-schema.json

add missing object

* Update package.json
  • Loading branch information
Yshayy authored Feb 18, 2019
1 parent ba373df commit 2700f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweek-editor",
"version": "1.0.0-rc8",
"version": "1.0.0-rc9",
"main": "dist/index.js",
"repository": "Soluto/tweek",
"author": "Soluto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"user": { "type": "string" },
"object": {
"type": "string",
"pattern": "^(\\*|repo|repo/policies|repo/apps|repo/schemas|repo/tags)|(values/[*a-z_/]+|keys/[*a-z_/]+)$"
"pattern": "^(\\*|repo|repo/policies|repo/apps|repo/schemas|repo/tags)|(values/[*a-z_/]+|keys/[*a-z_/]+|context/[*a-z_/]+)$"
},
"action": {
"type": "string",
Expand Down

0 comments on commit 2700f97

Please sign in to comment.