Skip to content

Commit ab54971

Browse files
committed
fix: stupid small fix
1 parent d921119 commit ab54971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cache:
33
directories:
44
- ~/.npm
55
node_js:
6-
- "8"
6+
- "12"
77
before_install:
88
- "npm i -g tiddlywiki@5.1.21"
99
- "git clone https://github.com/danielo515/tw5-pouchdb.git pouchdb" # note that I'm naming the output folders for easier reference later

editions/tiddlymap/tiddlywiki.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"index": [
88
"--output", "./dist/tiddlymap/",
99
"--rendertiddler", "$:/core/save/all", "index.html", "text/plain"
10-
],
10+
]
1111
}
1212
}

0 commit comments

Comments
 (0)