chrisburnell 34.0.3 → 34.0.5

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/package.json +17 -17
  2. package/src/metadata.js +3 -1
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "name": "chrisburnell",
3
- "version": "34.0.3",
3
+ "version": "34.0.5",
4
4
  "description": "Chris Burnell Metadata",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+ssh://git@github.com/chrisburnell/package-chrisburnell.git"
9
+ },
10
+ "homepage": "https://github.com/chrisburnell/package-chrisburnell#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/chrisburnell/package-chrisburnell/issues"
13
+ },
14
+ "author": "Chris Burnell",
5
15
  "main": "./src/index.js",
6
16
  "bin": {
7
17
  "chrisburnell": "./src/cmd.js"
8
18
  },
9
- "type": "module",
19
+ "engines": {
20
+ "node": ">=18"
21
+ },
10
22
  "scripts": {
11
23
  "default": "node src/cmd.js",
12
24
  "start": "npm run default",
13
25
  "test": "node --test"
14
26
  },
15
- "engines": {
16
- "node": ">=18"
17
- },
18
- "repository": {
19
- "type": "git",
20
- "url": "git+ssh://git@github.com/chrisburnell/package-chrisburnell.git"
21
- },
22
- "author": "Chris Burnell",
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://github.com/chrisburnell/package-chrisburnell/issues"
26
- },
27
- "homepage": "https://github.com/chrisburnell/package-chrisburnell#readme",
28
27
  "dependencies": {
29
28
  "update-notifier": "^5.1.0"
30
- }
31
- }
29
+ },
30
+ "type": "module"
31
+ }
package/src/metadata.js CHANGED
@@ -4,6 +4,7 @@ export const location = "Singapore"
4
4
  export const website = "https://chrisburnell.com"
5
5
  export const thirtytwobitcafe = "Ravenous"
6
6
  export const bluesky = "chrisburnell.com"
7
+ export const boardgamegeek = "chrisburnell"
7
8
  export const buymeacoffee = "chrisburnell"
8
9
  export const codepen = "chrisburnell"
9
10
  export const chess = "chrisburnell"
@@ -25,6 +26,7 @@ export const pronouns_page = "chrisburnell"
25
26
  export const speakerdeck = "chrisburnell"
26
27
  export const spotify = "bcsc0akutj85l9p565n57u58z"
27
28
  export const twitter = "iamchrisburnell"
29
+ export const trakt = "chrisburnell"
28
30
  export const untappd = "chrisburnell"
29
31
  export const websub = "@chrisburnell.com@chrisburnell.com"
30
- export const xmpp = "chrisburnell@xmpp.earth"
32
+ export const xmpp = "chrisburnell@xmpp.earth"