Skip to content

Commit

Permalink
Merge pull request #75 from wareneutron/v4
Browse files Browse the repository at this point in the history
🚀 RELEASE: v4 Update
  • Loading branch information
warengonzaga authored Apr 4, 2021
2 parents fc44fb0 + 4ed2bd6 commit 164a56a
Show file tree
Hide file tree
Showing 58 changed files with 2,870 additions and 4,881 deletions.
27 changes: 14 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
version: 2.1
version: '2.1'
orbs:
node: circleci/node@1.1.6
node: circleci/node@4.2.1
jobs:
build-and-test:
executor:
name: node/default
steps:
- checkout
- node/with-cache:
steps:
- run: npm install
workflows:
build-and-test:
jobs:
- build-and-test
docker:
- image: 'cimg/base:stable'
steps:
- checkout
- node/install:
install-yarn: true
- run: yarn install
- run: yarn build
workflows:
setup:
jobs:
- build-and-test
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*]
indent_style = tabs
indent_size = 4
8 changes: 6 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# These are supported funding model platforms
# Support COVID-19 Tracker & CLI by using the funding links below
# Created by Waren Gonzaga, developed and maintained by Wareneutron Developers

custom: ['https://warengonza.ga/coffee4dev','https://paypal.me/warengonzagaofficial']
open_collective: covid19-tracker-cli
custom: ['https://wareneutron/donate']

# Your donation means a lot to me to continue the development of open source project like this.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules
debug.log
dist/
.log
.now
.DS_Store
.now
.env
3 changes: 0 additions & 3 deletions .jshintrc

This file was deleted.

Loading

1 comment on commit 164a56a

@vercel
Copy link

@vercel vercel bot commented on 164a56a Apr 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.