aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Friend <[email protected]>2014-06-15 12:50:32 +0800
committerJames Friend <[email protected]>2014-06-15 12:50:32 +0800
commit03342f1a7e32158e44ed689c6cb2d4d515204813 (patch)
treec1fa2de94d6400ab9ee1bce4706d7f335a26b910
parented06fd0936ba2c03ecb052eb65a89c5be94b1b8d (diff)
downloadbootstrap-03342f1a7e32158e44ed689c6cb2d4d515204813.tar.xz
bootstrap-03342f1a7e32158e44ed689c6cb2d4d515204813.zip
allow require.resolve('bootstrap') to work under node
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
new file mode 100644
index 000000000..5092b4dd8
--- /dev/null
+++ b/index.js
@@ -0,0 +1 @@
+module.exports = __dirname;