unbork unbork bonk

This commit is contained in:
Quacksire 2022-02-07 18:08:59 -08:00 committed by GitHub
parent c1fe5c8721
commit fb8697629e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ var package = JSON.parse(data);
package.version = `${package.version}.${process.env['CIRCLE_BUILD_NUM']}`
fs.writeFile('package.json', package, err => {
fs.writeFile('package.json', JSON.stringify(package), err => {
// error checking
if(err) throw err;
console.log("VERSION CHANGED");