Skip to content

Commit

Permalink
Bring this executable to work
Browse files Browse the repository at this point in the history
  • Loading branch information
ENT8R committed May 10, 2018
1 parent c1d5b07 commit 235d308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const chalk = require('chalk');
const commander = require('commander');
const https = require('https');
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.1",
"version": "0.1.2",
"description": "A CLI for detecting old dependencies used in your project",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 235d308

Please sign in to comment.