Skip to content

Commit 1dd8f54

Browse files
committed
feat(contentful-export): Add roles to the exported data
1 parent 15b22c6 commit 1dd8f54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ This is an overview of the data exported.
6565
"locales": [],
6666
"assets": [],
6767
"webhooks": [],
68-
"editorInterfaces": []
68+
"editorInterfaces": [],
69+
"roles": []
6970
}
7071
```
7172

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"bluebird": "^3.3.3",
42-
"contentful-batch-libs": "^4.1.0",
42+
"contentful-batch-libs": "^4.2.0",
4343
"json-stringify-safe": "^5.0.1",
4444
"lodash": "^4.0.0",
4545
"npmlog": "^4.0.0",

0 commit comments

Comments
 (0)