Skip to content

Commit

Permalink
test publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fawazahmed0 committed Mar 1, 2024
1 parent 4fc1e61 commit f4ad30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion currscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"), "")

Expand Down

0 comments on commit f4ad30f

Please sign in to comment.