mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-17 07:43:38 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
19
node_modules/app-root-path/browser-shim.js
generated
vendored
Normal file
19
node_modules/app-root-path/browser-shim.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
'use strict';
|
||||
|
||||
exports.path = require('path').dirname(require.main.filename);
|
||||
|
||||
exports.resolve = function(pathToModule) {
|
||||
return exports.path + pathToModule;
|
||||
};
|
||||
|
||||
exports.require = function(pathToModule) {
|
||||
return require(exports.resolve(pathToModule));
|
||||
};
|
||||
|
||||
exports.toString = function() {
|
||||
return exports.path;
|
||||
};
|
||||
|
||||
exports.setPath = function(explicitlySetPath) {
|
||||
exports.path = explicitlySetPath;
|
||||
};
|
||||
Reference in New Issue
Block a user