Skip to content

Commit

Permalink
docs: remove apm badges from readme [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 23, 2021
1 parent c4b5360 commit 33e3702
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

Performant Atom Package Manager

![Build Status (Github Actions)](https://github.com/atom-community/papm/workflows/CI/badge.svg)
![Github Actions](https://github.com/atom-community/papm/workflows/CI/badge.svg)
[![Dependency Status](https://david-dm.org/atom-community/papm.svg)](https://david-dm.org/atom-community/papm)
[![apm](https://img.shields.io/apm/dm/papm.svg)](https://github.com/atom-community/papm)
[![apm](https://img.shields.io/apm/v/papm.svg)](https://github.com/atom-community/papm)

# Roadmap

Expand All @@ -22,7 +20,8 @@ Performant Atom Package Manager

The strategy I suggest is to:

- [x] decaffeinate each file using https://decaffeinate-project.org/
- [x] decaffeinate each file
- [x] improve build process
- [ ] replace the old dependencies of the resulting code with modern replacements
- [ ] replace npm things with pnpm
- [ ] In the end, we can think about publishing on the `npm` registry or using Github packages

0 comments on commit 33e3702

Please sign in to comment.