Skip to content

Commit b27ce67

Browse files
committed
[Issue #19] - Remove testing tag from config
1 parent 90fab2a commit b27ce67

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
- [Issue #18] - App directory
88
- [Issue #17] - Readme
99

10+
### Fixes
11+
12+
- [Issue #19] - Remove testing tag from config
13+
1014
## [0.1.1] - 2018-03-26
1115

1216
### Fixes

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"converter": {
2121
"layout": {
2222
"target": "document.documentElement.outerHTML",
23-
"remove": "pingendo",
23+
"remove": "",
2424
"prepend": "<!DOCTYPE html>",
2525
"append": "",
2626
"remap": []
2727
},
2828
"view": {
2929
"target": "document.body.innerHTML",
30-
"remove": "script, pingendo",
30+
"remove": "script",
3131
"prepend": "",
3232
"append": "",
3333
"remap": []

0 commit comments

Comments
 (0)