Skip to content

Commit 164a56a

Browse files
authored
Merge pull request #75 from wareneutron/v4
🚀 RELEASE: v4 Update
2 parents fc44fb0 + 4ed2bd6 commit 164a56a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2870
-4881
lines changed

.circleci/config.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
version: 2.1
1+
version: '2.1'
22
orbs:
3-
node: circleci/node@1.1.6
3+
node: circleci/node@4.2.1
44
jobs:
5-
build-and-test:
6-
executor:
7-
name: node/default
8-
steps:
9-
- checkout
10-
- node/with-cache:
11-
steps:
12-
- run: npm install
13-
workflows:
145
build-and-test:
15-
jobs:
16-
- build-and-test
6+
docker:
7+
- image: 'cimg/base:stable'
8+
steps:
9+
- checkout
10+
- node/install:
11+
install-yarn: true
12+
- run: yarn install
13+
- run: yarn build
14+
workflows:
15+
setup:
16+
jobs:
17+
- build-and-test

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*]
2+
indent_style = tabs
3+
indent_size = 4

.github/FUNDING.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1-
# These are supported funding model platforms
1+
# Support COVID-19 Tracker & CLI by using the funding links below
2+
# Created by Waren Gonzaga, developed and maintained by Wareneutron Developers
23

3-
custom: ['https://warengonza.ga/coffee4dev','https://paypal.me/warengonzagaofficial']
4+
open_collective: covid19-tracker-cli
5+
custom: ['https://wareneutron/donate']
6+
7+
# Your donation means a lot to me to continue the development of open source project like this.
329 KB
Loading

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
node_modules
2-
debug.log
2+
dist/
3+
.log
34
.now
45
.DS_Store
56
.now
7+
.env

.jshintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)