Skip to content

Commit

Permalink
🔖 v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ENT8R committed Sep 9, 2021
1 parent 40d61ba commit eeeda00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# package-age [![travis](https://travis-ci.com/ENT8R/package-age.svg?branch=master)](https://travis-ci.com/ENT8R/package-age) [![dependencies](https://david-dm.org/ent8r/package-age/status.svg)](https://david-dm.org/ent8r/package-age) [![npm](https://img.shields.io/npm/v/package-age.svg)](https://www.npmjs.com/package/package-age) [![coverage](https://coveralls.io/repos/github/ENT8R/package-age/badge.svg?branch=master)](https://coveralls.io/github/ENT8R/package-age?branch=master)
# package-age [![travis](https://travis-ci.com/ENT8R/package-age.svg?branch=main)](https://travis-ci.com/ENT8R/package-age) [![dependencies](https://david-dm.org/ent8r/package-age/status.svg)](https://david-dm.org/ent8r/package-age) [![npm](https://img.shields.io/npm/v/package-age.svg)](https://www.npmjs.com/package/package-age) [![coverage](https://coveralls.io/repos/github/ENT8R/package-age/badge.svg?branch=main)](https://coveralls.io/github/ENT8R/package-age?branch=main)


> A CLI for detecting old dependencies used in your project
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-age",
"version": "0.3.0",
"version": "0.4.0",
"description": "A CLI for detecting old dependencies used in your project",
"type": "module",
"exports": "./index.js",
Expand Down

0 comments on commit eeeda00

Please sign in to comment.