@gesslar/uglier 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/cli.js +4 -2
  2. package/package.json +7 -4
package/bin/cli.js CHANGED
@@ -167,7 +167,7 @@ export async function install() {
167
167
  console.log(c`{F070}✓{/} Installation successful.`)
168
168
  console.log()
169
169
  console.log(c`{F039}For detailed setup and configuration options, visit:{/}`)
170
- console.log(c`https://github.com/gesslar/uglier#readme`)
170
+ console.log(c`https://uglier.gesslar.io`)
171
171
  }
172
172
 
173
173
  /**
@@ -585,6 +585,8 @@ export async function showHelp() {
585
585
  console.log(c` {<B}npx @gesslar/uglier remove <targets>{B>} Remove config blocks from existing eslint.config.js`)
586
586
  console.log(c` {<B}npx @gesslar/uglier --help{B>} Show this help`)
587
587
  console.log()
588
+ console.log(c`Learn how to bastardise the already beautiful defaults to your heart's desire at https://uglier.gesslar.io`)
589
+ console.log()
588
590
 
589
591
  const configs = await getAvailableConfigs()
590
592
 
@@ -600,5 +602,5 @@ export async function showHelp() {
600
602
  }
601
603
 
602
604
  console.log()
603
- console.log(`Documentation at https://github.com/gesslar/uglier.`)
605
+ console.log(`Documentation at https://uglier.io/.`)
604
606
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "name": "gesslar",
6
6
  "url": "https://gesslar.dev"
7
7
  },
8
- "version": "2.1.0",
8
+ "version": "2.2.0",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/gesslar/uglier.git"
@@ -47,7 +47,10 @@
47
47
  "pr": "gt submit -p --ai",
48
48
  "patch": "npm version patch",
49
49
  "minor": "npm version minor",
50
- "major": "npm version major"
50
+ "major": "npm version major",
51
+ "docs:dev": "cd docs && npm run start",
52
+ "docs:build": "cd docs && npm run build",
53
+ "docs:deploy": "gh workflow run deploy-docs.yml"
51
54
  },
52
55
  "license": "Unlicense",
53
56
  "engines": {
@@ -58,11 +61,11 @@
58
61
  "@gesslar/toolkit": ">=4.1.0",
59
62
  "@skarab/detect-package-manager": ">=1.0.0",
60
63
  "@stylistic/eslint-plugin": "^5.10.0",
61
- "eslint-plugin-jsdoc": ">=62.7.1",
64
+ "eslint-plugin-jsdoc": ">=62.8.0",
62
65
  "globals": ">=17.4.0"
63
66
  },
64
67
  "devDependencies": {
65
- "@gesslar/uglier": ">=2.0.1",
68
+ "@gesslar/uglier": ">=2.1.0",
66
69
  "eslint": ">=10.0.3",
67
70
  "typescript": "^5.9.3"
68
71
  }