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:
parent
4fc1e611f3
commit
f4ad30f2b3
@ -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"), "")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user