Skip to content

Commit 275ce29

Browse files
committed
add basic theme support
1 parent 565b314 commit 275ce29

15 files changed

+880
-73
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ build
1717
/temp*
1818
/www
1919
/yarn-error.log
20+
/.parcel-cache

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "14"
44
cache:
55
yarn: true
66
script:

0 commit comments

Comments
 (0)