Skip to content

Commit

Permalink
fix: update deps and tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Mar 30, 2021
1 parent 3fe7316 commit e961acb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 25 deletions.
21 changes: 5 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,15 @@
# AEgir <!-- omit in toc -->

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
# AEgir
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.io/)
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ipfs/aegir/ci/master?style=flat-square)

> Automated JavaScript project management.
## Lead Maintainer <!-- omit in toc -->
## Lead Maintainer

[Hugo Dias](https://github.com/hugomrdias)

## ToC <!-- omit in toc -->
- [Project Structure](#project-structure)
- [CLI](#cli)
- [Configuration](#configuration)
- [Continuous Integration](#continuous-integration)
- [Testing helpers](#testing-helpers)
- [Typescript](#typescript)
- [JSDoc Typescript support](#jsdoc-typescript-support)
- [Native Typescript support](#native-typescript-support)
- [Release steps](#release-steps)
- [License](#license)

## Project Structure

The project structure when using this is quite strict, to ease
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"@types/chai-subset": "^1.3.3",
"@types/dirty-chai": "^2.0.2",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.35",
"@types/node": "^14.14.37",
"@types/sinon": "^9.0.11",
"buffer": "^6.0.3",
"bytes": "^3.1.0",
"c8": "^7.5.0",
"c8": "^7.7.0",
"camelcase": "^6.2.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
Expand All @@ -83,15 +83,15 @@
"env-paths": "^2.2.1",
"esbuild": "0.9.6",
"esbuild-register": "^2.3.0",
"eslint": "^7.22.0",
"eslint": "^7.23.0",
"eslint-config-ipfs": "^2.0.0",
"execa": "^5.0.0",
"extract-zip": "^2.0.1",
"fs-extra": "^9.1.0",
"gh-pages": "^3.1.0",
"git-authors-cli": "^1.0.33",
"globby": "^11.0.3",
"ipfs-utils": "^6.0.3",
"ipfs-utils": "^6.0.4",
"it-glob": "~0.0.10",
"kleur": "^4.1.4",
"lilconfig": "^2.0.2",
Expand All @@ -108,12 +108,12 @@
"premove": "^3.0.1",
"proper-lockfile": "^4.1.2",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.4",
"semver": "^7.3.5",
"simple-git": "^2.37.0",
"strip-bom": "^4.0.0",
"strip-json-comments": "^3.1.1",
"tempy": "^1.0.1",
"typedoc": "^0.20.33",
"typedoc": "^0.20.34",
"typescript": "4.1.5",
"update-notifier": "^5.0.0",
"yargs": "^16.2.0"
Expand All @@ -123,18 +123,18 @@
"@types/conventional-changelog": "^3.1.0",
"@types/cors": "^2.8.10",
"@types/eslint": "^7.2.7",
"@types/fs-extra": "^9.0.7",
"@types/fs-extra": "^9.0.9",
"@types/gh-pages": "^3.0.0",
"@types/listr": "^0.14.2",
"@types/pascalcase": "^1.0.0",
"@types/polka": "^0.5.2",
"@types/proper-lockfile": "^4.1.1",
"@types/semver": "^7.3.4",
"@types/update-notifier": "^5.0.0",
"@types/yargs": "^16.0.0",
"@types/yargs": "^16.0.1",
"electron": "^11.2.0",
"iso-url": "^1.1.5",
"sinon": "^9.2.3"
"sinon": "^10.0.0"
},
"engines": {
"node": ">=14.0.0",
Expand Down

0 comments on commit e961acb

Please sign in to comment.