mirror of
https://github.com/jakejarvis/jakejarvis.git
synced 2025-04-26 04:15:26 -04:00
cli v1.8.337
This commit is contained in:
parent
d7a71fa42e
commit
48775edbba
2
.github/workflows/cli-test.yml
vendored
2
.github/workflows/cli-test.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||
node: [15.x, 14.x, 12.x, 10.x]
|
||||
node: [16.x, 14.x, 12.x]
|
||||
fail-fast: false
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Node ${{ matrix.node }} on ${{ matrix.os }}
|
||||
|
@ -20,10 +20,9 @@ $ npx @jakejarvis/cli
|
||||
|
||||
Front-End Developer • Bostonian • Freelance Open-Sourcerer
|
||||
|
||||
❯ 🌎 Website jarv.is
|
||||
❯ 🏡 Website jarv.is
|
||||
❯ 📬 Email jake@jarv.is
|
||||
❯ 🐦 Twitter @jakejarvis
|
||||
❯ 📱 SMS +1 (617) 917-3737
|
||||
❯ 👔 Résumé jrvs.io/resume
|
||||
❯ 🔐 PGP Key jrvs.io/pubkey (2B0C 9CF2 51E6 9A39)
|
||||
```
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@jakejarvis/cli",
|
||||
"version": "1.7.337",
|
||||
"version": "1.8.337",
|
||||
"description": "The Jake Jarvis CLI",
|
||||
"homepage": "https://jarv.is/cli/",
|
||||
"repository": "https://github.com/jakejarvis/jakejarvis.git",
|
||||
@ -19,7 +19,7 @@
|
||||
"url": "https://jarv.is/"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14"
|
||||
"node": "^12 || ^14 || >=16"
|
||||
},
|
||||
"files": [
|
||||
"src/*"
|
||||
@ -28,22 +28,22 @@
|
||||
"jakejarvis": "./src/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint ./src/*.js",
|
||||
"cli": "node ./src/cli.js"
|
||||
"cli": "node ./src/cli.js",
|
||||
"test": "eslint ./src/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"import-jsx": "^4.0.0",
|
||||
"ink": "^3.0.8",
|
||||
"ink-big-text": "^1.1.0",
|
||||
"ink-big-text": "^1.2.0",
|
||||
"ink-gradient": "^2.0.0",
|
||||
"ink-select-input": "^4.2.0",
|
||||
"meow": "^9.0.0",
|
||||
"open": "^7.3.1",
|
||||
"open": "^8.2.0",
|
||||
"react": "^16.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.23.0",
|
||||
"eslint-plugin-react": "^7.23.1",
|
||||
"eslint": "^7.27.0",
|
||||
"eslint-plugin-react": "^7.24.0",
|
||||
"eslint-plugin-react-hooks": "^4.2.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
|
@ -27,7 +27,7 @@ const createItems = items => {
|
||||
|
||||
const items = createItems([
|
||||
{
|
||||
label: '🌎 Website',
|
||||
label: '🏡 Website',
|
||||
url: 'https://jarv.is/'
|
||||
},
|
||||
{
|
||||
@ -50,10 +50,6 @@ const items = createItems([
|
||||
label: '🔐 PGP Key',
|
||||
url: 'https://jrvs.io/pubkey'
|
||||
},
|
||||
{
|
||||
label: '👔 Résumé (PDF)',
|
||||
url: 'https://jrvs.io/resume'
|
||||
},
|
||||
{
|
||||
label: '🐼 Panda Party',
|
||||
url: 'https://nationalzoo.si.edu/webcams/panda-cam#maincontent'
|
||||
|
867
cli/yarn.lock
867
cli/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user