tim-green-resume 1.1.5 → 1.1.7

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 +3 -3
  2. package/resume.json +7 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tim-green-resume",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "description": "Tim Green's Front End Developer Resume",
5
5
  "main": "\t",
6
6
  "scripts": {
@@ -16,8 +16,8 @@
16
16
  "author": "Tim Green",
17
17
  "license": "ISC",
18
18
  "dependencies": {
19
- "chalk": "^5.2.0",
20
- "inquirer": "^9.1.5"
19
+ "chalk": "^3.0.0",
20
+ "inquirer": "^7.0.0"
21
21
  },
22
22
  "bin": {
23
23
  "tim-green-resume": "./index.js"
package/resume.json CHANGED
@@ -35,6 +35,13 @@
35
35
  "Idle - Multipage Site Template - https://www.timgreen.ws/idle/",
36
36
  "Night Owl - Bootstrap Admin Dashboard - https://night-owl.timgreen.ws/"
37
37
  ],
38
+ "Some apps that I've built in React": [
39
+ "IP Info - https://github.com/tim-green/ip-info-react",
40
+ "Rock Paper Scissor - https://github.com/tim-green/rps-react",
41
+ "The Colour Contrast Checker - https://github.com/tim-green/colour-contrast-checker",
42
+ "Splash - https://github.com/tim-green/splash-clones",
43
+ "GroundCTRL React UI - https://github.com/tim-green/groundctrl-ui"
44
+ ],
38
45
  "Contact": [
39
46
  "Blog - https://www.somewhatcreative.net",
40
47
  "Github - https://github.com/tim-green/",