Skip to content

Next #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 11, 2022
Merged

Next #23

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 19 additions & 35 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,40 +1,24 @@
name: test

on:
push:
branches:
- master
pull_request:
branches:
- master
push:
branches:
- master
pull_request:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: lts/*
- name: Install
run: npm install --no-package-lock --force
- name: Test
run: npm test
# - name: Report
# run: mkdir -p coverage && npx c8 report --reporter=text-lcov > coverage/lcov.info
# - name: Coverage
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Release
# if: ${{ github.ref == 'refs/heads/master' && !startsWith(github.event.head_commit.message, 'chore(release):') && !startsWith(github.event.head_commit.message, 'docs:') }}
# shell: 'script -q -e -c "bash {0}"'
# env:
# CONVENTIONAL_GITHUB_RELEASER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: |
# git config --global user.email ${{ secrets.GIT_EMAIL }}
# git config --global user.name ${{ secrets.GIT_USERNAME }}
# npm run release
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install
run: npm install --no-package-lock --force
- name: Test
run: npm test
185 changes: 145 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,148 @@
"author": {
"name": "Mac Gainor"
},
"contributors": [
{
"name": "mac",
"email": "[email protected]"
},
{
"name": "Brad Adams",
"email": "[email protected]"
},
{
"name": "Kiko Beats",
"email": "[email protected]"
},
{
"name": "Xuefei Li",
"email": "[email protected]"
},
{
"name": "Caina Leao",
"email": "[email protected]"
},
{
"name": "Tom McLaughlin",
"email": "[email protected]"
},
{
"name": "Andy Baird",
"email": "[email protected]"
},
{
"name": "Daniel Santos",
"email": "[email protected]"
},
{
"name": "mac-s-g",
"email": "[email protected]"
},
{
"name": "Pravdomil",
"email": "[email protected]"
},
{
"name": "jorgejar",
"email": "[email protected]"
},
{
"name": "superfaz",
"email": "[email protected]"
},
{
"name": "Varad Chemburkar",
"email": "[email protected]"
},
{
"name": "Jason Etcovitch",
"email": "[email protected]"
},
{
"name": "John Arthur",
"email": "[email protected]"
},
{
"name": "Jack",
"email": "[email protected]"
},
{
"name": "Guillaume FORTAINE",
"email": "[email protected]"
},
{
"name": "Michael Reynolds",
"email": "[email protected]"
},
{
"name": "Oleg Proskurin",
"email": "[email protected]"
},
{
"name": "EvertE",
"email": "[email protected]"
},
{
"name": "REDMOND\\xuefl",
"email": "[email protected]"
},
{
"name": "Rubens Mariuzzo",
"email": "[email protected]"
},
{
"name": "Ryan Haywood",
"email": "[email protected]"
},
{
"name": "Taylor Birkeland",
"email": "[email protected]"
},
{
"name": "Dheeraj Yennam",
"email": "[email protected]"
},
{
"name": "Uzi Kilon",
"email": "[email protected]"
},
{
"name": "Aaron Cunnington",
"email": "[email protected]"
},
{
"name": "DELORD Vincent",
"email": "[email protected]"
},
{
"name": "casey langen",
"email": "[email protected]"
},
{
"name": "Craig Kochis",
"email": "[email protected]"
},
{
"name": "Cai Leao",
"email": "[email protected]"
},
{
"name": "Bob Thomas",
"email": "[email protected]"
},
{
"name": "Ashwin Menkudle",
"email": "[email protected]"
},
{
"name": "shybyte",
"email": "[email protected]"
},
{
"name": "Jeremy Liberman",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/microlinkhq/react-json-view.git"
Expand Down Expand Up @@ -101,44 +243,7 @@
},
"license": "MIT",
"peerDependencies": {
"react": "~17.0.0 || ~16.3.0 || ~15.5.4",
"react-dom": "~17.0.0 || ~16.3.0 || ~15.5.4"
},
"contributors": [
"mac <[email protected]>",
"Brad Adams <[email protected]>",
"Xuefei Li <[email protected]>",
"Caina Leao <[email protected]>",
"Tom McLaughlin <[email protected]>",
"Andy Baird <[email protected]>",
"Kiko Beats <[email protected]>",
"mac-s-g <[email protected]>",
"Daniel Santos <[email protected]>",
"Pravdomil <[email protected]>",
"jorgejar <[email protected]>",
"superfaz <[email protected]>",
"Varad Chemburkar <[email protected]>",
"Jason Etcovitch <[email protected]>",
"John Arthur <[email protected]>",
"Jack <[email protected]>",
"Guillaume FORTAINE <[email protected]>",
"Michael Reynolds <[email protected]>",
"Oleg Proskurin <[email protected]>",
"EvertE <[email protected]>",
"REDMOND\\xuefl <[email protected]>",
"Rubens Mariuzzo <[email protected]>",
"Ryan Haywood <[email protected]>",
"Taylor Birkeland <[email protected]>",
"Dheeraj Yennam <[email protected]>",
"Uzi Kilon <[email protected]>",
"Aaron Cunnington <[email protected]>",
"DELORD Vincent <[email protected]>",
"casey langen <[email protected]>",
"Craig Kochis <[email protected]>",
"Cai Leao <[email protected]>",
"Bob Thomas <[email protected]>",
"Ashwin Menkudle <[email protected]>",
"shybyte <[email protected]>",
"Jeremy Liberman <[email protected]>"
]
"react": ">= 15",
"react-dom": ">= 15"
}
}