UNPKG

tripledoc

Version:

Library to read, create and update documents on a Solid Pod

14 lines (10 loc) 241 B
"use strict"; const fs = require("fs"); const path = require("path"); function relative(loc) { return path.join(__dirname, "..", loc); } fs.writeFileSync( relative("browser.js"), fs.readFileSync(relative("dist/polyfill.min.js")) );