diff --git a/.github/workflows/js-test-and-release.yml b/.github/workflows/js-test-and-release.yml index d31e05809..280681349 100644 --- a/.github/workflows/js-test-and-release.yml +++ b/.github/workflows/js-test-and-release.yml @@ -3,7 +3,7 @@ name: test & maybe release on: push: branches: - - master + - main pull_request: workflow_dispatch: diff --git a/.gitignore b/.gitignore index 37b1fbd32..7ad9e674e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ -/node_modules -/build -/dist -/.docs -/.coverage -/.vscode +node_modules +build +dist +.docs +.coverage +node_modules package-lock.json yarn.lock +.vscode diff --git a/README.md b/README.md index d70fac5c0..a7c10e2d2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,19 @@ +# aegir + [![ipfs.tech](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech) [![Discuss](https://img.shields.io/discourse/https/discuss.ipfs.tech/posts.svg?style=flat-square)](https://discuss.ipfs.tech) [![codecov](https://img.shields.io/codecov/c/github/ipfs/aegir.svg?style=flat-square)](https://codecov.io/gh/ipfs/aegir) -[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/aegir/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/ipfs/aegir/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) +[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/aegir/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/aegir/actions/workflows/js-test-and-release.yml?query=branch%3Amain) > JavaScript project management -## Install +# Install ```console $ npm i aegir ``` -### Browser `