UNPKG

@nguyenmv2/buy-button

Version:

BuyButton.js allows merchants to build Shopify interfaces into any website

10 lines (7 loc) 236 B
/* globals require module __dirname process */ var path = require('path'); module.exports = function workFromRoot() { var currentDirectory = __dirname; var root = path.join(currentDirectory, '..', '..'); process.chdir(root); };