0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-06-30 02:31:14 +00:00

test publishing

This commit is contained in:
Fawaz Ahmed 2024-03-01 11:54:41 +05:30
parent 4fc1e611f3
commit f4ad30f2b3

View File

@ -70,7 +70,7 @@ async function begin() {
// Set package version to dateToday
let barePackage = fs.readJsonSync(pathToSkeletonPackage)
barePackage['version'] = dateTodaySemVer
barePackage['version'] = '0.0.9'
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")