1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

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
index.js Normal file
View File

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