From f2a0f69774b9ea81b3f61448403706b252299d1b Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sat, 8 Oct 2016 12:57:36 +0200 Subject: [PATCH] Output the relative directory for include and lib --- index.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.js diff --git a/index.js b/index.js new file mode 100644 index 0000000..4f1dfb4 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +console.log(require('path').relative('.', __dirname));