Skip to content

Commit

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

const config = {
version: '0.1.3',
version: '0.1.4',
registry: 'https://registry.npmjs.org/',
cli: true,
oldAfter: {
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.1.3",
"version": "0.1.4",
"description": "A CLI for detecting old dependencies used in your project",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 904ceab

Please sign in to comment.