Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ENT8R committed Jun 1, 2018
1 parent e1411cb commit c3e5e3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.0',
version: '0.1.3',
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-age",
"version": "0.1.2",
"version": "0.1.3",
"description": "A CLI for detecting old dependencies used in your project",
"main": "index.js",
"dependencies": {
Expand All @@ -12,7 +12,7 @@
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"mocha": "^5.1.1"
"mocha": "^5.2.0"
},
"scripts": {
"lint": "eslint **.js",
Expand Down

0 comments on commit c3e5e3a

Please sign in to comment.