mirror of
https://github.com/fawazahmed0/exchange-api.git
synced 2025-06-30 02:31:14 +00:00
parent
f4ad30f2b3
commit
67ced01298
@ -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"), "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user