Rename package to mhysa

This commit is contained in:
Sami Turcotte
2018-11-26 01:38:19 -05:00
parent 5d7900e25a
commit 6bda77d668
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
const fs = require("fs");
const path = require("path");
const { stream } = require("mysah");
const { stream } = require("mhysa");
const sourceFile1 = path.join(process.cwd(), "package.json");
const sourceFile2 = path.join(process.cwd(), "README.md");