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 26, 2023
1 parent a23231d commit 8a231e5
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 20 deletions.
1 change: 0 additions & 1 deletion dev/.files/bin/includes/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,6 @@ export default class u {
static async npmPublish(opts = { dryRun: false }) {
if (!opts.dryRun) {
await u.spawn('npm', ['publish']);
await u.prettifyPkg(); // To our standards.
}
if (await u.isNPMPkgOriginNPMJS()) {
await u.npmjsCheckPkgOrgWideStandards({ dryRun: opts.dryRun });
Expand Down
11 changes: 11 additions & 0 deletions dev/.files/prettier/config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ module.exports = {
vueIndentScriptAndStyle: true,

overrides: [
{
/**
* Enforce JSON parser.
*
* @see https://o5p.me/sj8jjz
*/
files: ['*.json'],
options: {
parser: 'json', // Not `json-stringify`.
},
},
{
/**
* JSDoc plugin options.
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "restricted"
},
"version": "1.0.38",
"version": "1.0.39",
"license": "GPL-3.0-or-later",
"name": "@clevercanyon/utilities.cfw",
"description": "Another great project by Clever Canyon.",
Expand Down Expand Up @@ -50,13 +50,13 @@
}
},
"peerDependencies": {
"@clevercanyon/utilities": "^1.0.74",
"@clevercanyon/utilities": "^1.0.75",
"@cloudflare/kv-asset-handler": "^0.2.0"
},
"peerDependenciesMeta": {},
"bundleDependencies": [],
"devDependencies": {
"@clevercanyon/skeleton-dev-deps": "^1.0.82",
"@clevercanyon/skeleton-dev-deps": "^1.0.83",
"@cloudflare/workers-types": "^4.20230115.0"
},
"overrides": {},
Expand Down

0 comments on commit 8a231e5

Please sign in to comment.