@gesslar/uglier 2.0.0 → 2.0.1
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.
- package/README.md +17 -4
- package/bin/cli.js +0 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -239,10 +239,6 @@ This config enforces:
|
|
|
239
239
|
It's opinionated, but you can override any rule. The defaults just happen to be
|
|
240
240
|
correct. 😉
|
|
241
241
|
|
|
242
|
-
## License
|
|
243
|
-
|
|
244
|
-
[Unlicense](https://unlicense.org/) - Public domain. Do whatever you want.
|
|
245
|
-
|
|
246
242
|
## Post Chips Ahoy
|
|
247
243
|
|
|
248
244
|
If you love code and want to support it, you should write code or hug a coder,
|
|
@@ -254,3 +250,20 @@ good deeds when the entire point of doing the good deed is ... ok so, if you're
|
|
|
254
250
|
_not_ a coder, this is called recursion; but the better reason is, as stated,
|
|
255
251
|
they're busy. So, thanks. At the very least you can put it in Workday and claim
|
|
256
252
|
it, you good-deed profiteer.
|
|
253
|
+
|
|
254
|
+
## License
|
|
255
|
+
|
|
256
|
+
uglier is released into the public domain under the
|
|
257
|
+
[Unlicense](UNLICENSE.txt).
|
|
258
|
+
|
|
259
|
+
This package includes or depends on third-party components under their own
|
|
260
|
+
licenses:
|
|
261
|
+
|
|
262
|
+
| Dependency | License |
|
|
263
|
+
| --- | --- |
|
|
264
|
+
| [@gesslar/colours](https://github.com/gesslar/colours) | Unlicense |
|
|
265
|
+
| [@gesslar/toolkit](https://github.com/gesslar/toolkit) | Unlicense |
|
|
266
|
+
| [@skarab/detect-package-manager](https://github.com/skarab42/detect-package-manager) | MIT |
|
|
267
|
+
| [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic) | MIT |
|
|
268
|
+
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | BSD-3-Clause |
|
|
269
|
+
| [globals](https://github.com/sindresorhus/globals) | MIT |
|
package/bin/cli.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "gesslar",
|
|
6
6
|
"url": "https://gesslar.dev"
|
|
7
7
|
},
|
|
8
|
-
"version": "2.0.
|
|
8
|
+
"version": "2.0.1",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/gesslar/uglier.git"
|
|
@@ -49,14 +49,14 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@gesslar/colours": ">=0.8.0",
|
|
52
|
-
"@gesslar/toolkit": ">=
|
|
52
|
+
"@gesslar/toolkit": ">=4.1.0",
|
|
53
53
|
"@skarab/detect-package-manager": ">=1.0.0",
|
|
54
|
-
"@stylistic/eslint-plugin": "^5.
|
|
54
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
55
55
|
"eslint-plugin-jsdoc": ">=62.7.1",
|
|
56
|
-
"globals": ">=17.
|
|
56
|
+
"globals": ">=17.4.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@gesslar/uglier": ">=
|
|
60
|
-
"eslint": ">=10.0.
|
|
59
|
+
"@gesslar/uglier": ">=2.0.0",
|
|
60
|
+
"eslint": ">=10.0.3"
|
|
61
61
|
}
|
|
62
62
|
}
|