0
0
mirror of https://github.com/fawazahmed0/exchange-api.git synced 2025-07-09 15:25:04 +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 // Set package version to dateToday
let barePackage = fs.readJsonSync(pathToSkeletonPackage) let barePackage = fs.readJsonSync(pathToSkeletonPackage)
barePackage['version'] = '0.0.9' barePackage['version'] = dateTodaySemVer
fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage) fs.writeJSONSync(path.join(rootDir, '..' ,"package.json"), barePackage)
fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "") fs.writeFileSync(path.join(rootDir, '..' ,"index.js"), "")