]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
allow require.resolve('bootstrap') to work under node
authorJames Friend <james@kitefire.com>
Sun, 15 Jun 2014 04:50:32 +0000 (12:50 +0800)
committerJames Friend <james@kitefire.com>
Sun, 15 Jun 2014 04:50:32 +0000 (12:50 +0800)
index.js [new file with mode: 0644]

diff --git a/index.js b/index.js
new file mode 100644 (file)
index 0000000..5092b4d
--- /dev/null
+++ b/index.js
@@ -0,0 +1 @@
+module.exports = __dirname;