From faaa70bb9aa38b4b4c9d62f98164dba79f0d9755 Mon Sep 17 00:00:00 2001 From: Akash Sarda <akashsarda3@gmail.com> Date: Sun, 12 Feb 2017 18:36:24 +0000 Subject: [PATCH] fix --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 90951c5..76b4667 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,10 @@ Depends: , node-path-platform (>= 0.11.15) Description: Return all the parent directories for a directory, inclusive of that directory Returns the result in the form of a list of strings - A dependency for browserify. - Released in MIT License + . + This library is a dependency for browserify. Browserify takes code targeted at + node.js and makes it run in the browser. Node.js comes with API of its own + that is not available in the browsers. Browserify exposes this code + to programs that are unaware they are running in a browser . Node.js is an event-based server-side JavaScript engine. -- GitLab