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

Revert "test publishing"

This reverts commit f4ad30f2b3.
This commit is contained in:
Fawaz Ahmed 2024-03-01 11:57:07 +05:30
parent f4ad30f2b3
commit 67ced01298

View File

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