Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ENT8R committed Sep 13, 2018
1 parent 6823262 commit 4367c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const readPkg = require('read-pkg');
const semver = require('semver');

const config = {
version: '0.1.4',
version: '0.2.0',
registry: 'https://registry.npmjs.org/',
cli: true,
oldAfter: {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.4",
"version": "0.2.0",
"description": "A CLI for detecting old dependencies used in your project",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 4367c6a

Please sign in to comment.