From 235d308e77e70b996cc1a23db8593320821c0e15 Mon Sep 17 00:00:00 2001 From: ENT8R Date: Thu, 10 May 2018 20:54:55 +0200 Subject: [PATCH] Bring this executable to work --- index.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index e4c30cd..9cb28fa 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +#!/usr/bin/env node + const chalk = require('chalk'); const commander = require('commander'); const https = require('https'); diff --git a/package.json b/package.json index c04f7f1..92e60d9 100644 --- a/package.json +++ b/package.json @@ -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": {