diff options
| author | James Friend <[email protected]> | 2014-06-15 12:50:32 +0800 |
|---|---|---|
| committer | James Friend <[email protected]> | 2014-06-15 12:50:32 +0800 |
| commit | 03342f1a7e32158e44ed689c6cb2d4d515204813 (patch) | |
| tree | c1fa2de94d6400ab9ee1bce4706d7f335a26b910 | |
| parent | ed06fd0936ba2c03ecb052eb65a89c5be94b1b8d (diff) | |
| download | bootstrap-03342f1a7e32158e44ed689c6cb2d4d515204813.tar.xz bootstrap-03342f1a7e32158e44ed689c6cb2d4d515204813.zip | |
allow require.resolve('bootstrap') to work under node
| -rw-r--r-- | index.js | 1 |
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; |
