pict-section-formeditor 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "pict-section-formeditor",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Pict visual editor for pict-section-form configurations",
5
5
  "main": "source/Pict-Section-FormEditor.js",
6
6
  "scripts": {
7
7
  "start": "node source/Pict-Section-FormEditor.js",
8
- "test": "npx mocha -u tdd -R spec",
9
- "tests": "npx mocha -u tdd --exit -R spec --grep",
10
- "coverage": "npx nyc --reporter=lcov --reporter=text-lcov npx mocha -- -u tdd -R spec",
8
+ "test": "npx quack test",
9
+ "tests": "npx quack test -g",
10
+ "coverage": "npx quack coverage",
11
11
  "build": "npx quack build",
12
12
  "example": "npx quack examples",
13
13
  "docs": "npx quack prepare-docs ./docs -d ./modules",
@@ -24,16 +24,16 @@
24
24
  },
25
25
  "homepage": "https://github.com/stevenvelozo/pict-section-formeditor#readme",
26
26
  "dependencies": {
27
- "pict-section-code": "^1.0.2",
28
- "pict-section-content": "^0.0.6",
29
- "pict-section-form": "^1.0.192",
30
- "pict-section-markdowneditor": "^1.0.0",
31
- "pict-section-objecteditor": "^1.0.0",
32
- "pict-view": "^1.0.66"
27
+ "pict-section-code": "^1.0.3",
28
+ "pict-section-content": "^0.0.7",
29
+ "pict-section-form": "^1.0.193",
30
+ "pict-section-markdowneditor": "^1.0.1",
31
+ "pict-section-objecteditor": "^1.0.1",
32
+ "pict-view": "^1.0.67"
33
33
  },
34
34
  "devDependencies": {
35
- "pict": "^1.0.353",
36
- "quackage": "^1.0.56"
35
+ "pict": "^1.0.355",
36
+ "quackage": "^1.0.58"
37
37
  },
38
38
  "mocha": {
39
39
  "diff": true,
File without changes