Skip to content

Commit

Permalink
Project update. [p][robotic]
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswrks committed Jan 25, 2023
1 parent 74930c9 commit beeacc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/.files/bin/includes/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const { pkgFile, pkgName, pkgPrivate, pkgRepository } = (() => {
throw new Error('u: Unable to parse `./package.json`.');
}
const pkgName = pkg.name || '';
const pkgPrivate = pkg.private || null;
const pkgPrivate = pkg.private;
const pkgRepository = pkg.repository || '';

return { pkgFile, pkgName, pkgPrivate, pkgRepository };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "restricted"
},
"version": "1.0.67",
"version": "1.0.68",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities",
"description": "Another great project by Clever Canyon.",
Expand Down

0 comments on commit beeacc7

Please sign in to comment.