@pronto-tools-and-more/files 5.7.1 → 5.9.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "5.7.1",
3
+ "version": "5.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -1 +0,0 @@
1
- [{"entries":[{"path":"home","text":"NAVIGATION_HOME"},{"path":"lesezeichen","text":"NAVIGATION_BOOKMARKS"},{"path":"epaper","text":"NAVIGATION_EPAPER"},{"path":"extras","text":"Extras"}],"id":"default","scrollBehavior":"none"}]
@@ -1,30 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "title": "Configuration for pronto",
4
- "type": "object",
5
- "properties": {
6
- "appId": {
7
- "type": "string",
8
- "description": "App Id of the project"
9
- },
10
- "errorColor": {
11
- "type": "string",
12
- "description": "Color of SCSS errors"
13
- },
14
- "platform": {
15
- "type": "string",
16
- "description": "Platform to use for the preview",
17
- "enum": ["ios", "android", "web"]
18
- },
19
- "mode": {
20
- "type": "string",
21
- "description": "Whether or not to use include all experience builder files in version control",
22
- "enum": ["slim", "fat"]
23
- },
24
- "splitViews": {
25
- "type": "boolean",
26
- "description": "Whether or not to use multiple files for views.json",
27
- "default": false
28
- }
29
- }
30
- }