Output the relative directory for include and lib

This commit is contained in:
Axel Isouard 2016-10-08 12:57:36 +02:00
parent b94ffc1f83
commit f2a0f69774

1
index.js Normal file
View file

@ -0,0 +1 @@
console.log(require('path').relative('.', __dirname));