allow require.resolve('bootstrap') to work under node

This commit is contained in:
James Friend 2014-06-15 12:50:32 +08:00
parent ed06fd0936
commit 03342f1a7e
1 changed files with 1 additions and 0 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
module.exports = __dirname;