We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90fab2a commit b27ce67Copy full SHA for b27ce67
2 files changed
CHANGELOG.md
@@ -7,6 +7,10 @@
7
- [Issue #18] - App directory
8
- [Issue #17] - Readme
9
10
+### Fixes
11
+
12
+- [Issue #19] - Remove testing tag from config
13
14
## [0.1.1] - 2018-03-26
15
16
### Fixes
config.json
@@ -20,14 +20,14 @@
20
"converter": {
21
"layout": {
22
"target": "document.documentElement.outerHTML",
23
- "remove": "pingendo",
+ "remove": "",
24
"prepend": "<!DOCTYPE html>",
25
"append": "",
26
"remap": []
27
},
28
"view": {
29
"target": "document.body.innerHTML",
30
- "remove": "script, pingendo",
+ "remove": "script",
31
"prepend": "",
32
33
0 commit comments