1
mirror of https://github.com/jakejarvis/jakejarvis.git synced 2025-10-16 11:04:27 -04:00

Update package.json

This commit is contained in:
2021-03-31 10:51:28 -04:00
committed by GitHub
parent 6b332090ae
commit 831af2fcbc

View File

@@ -3,6 +3,7 @@
"version": "1.7.337", "version": "1.7.337",
"description": "The Jake Jarvis CLI", "description": "The Jake Jarvis CLI",
"homepage": "https://jarv.is/cli/", "homepage": "https://jarv.is/cli/",
"repository": "https://github.com/jakejarvis/jakejarvis.git",
"bugs": "https://github.com/jakejarvis/jakejarvis/issues", "bugs": "https://github.com/jakejarvis/jakejarvis/issues",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@@ -17,10 +18,6 @@
"email": "jake@jarv.is", "email": "jake@jarv.is",
"url": "https://jarv.is/" "url": "https://jarv.is/"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarvis/jakejarvis.git"
},
"engines": { "engines": {
"node": "^10 || ^12 || >=14" "node": "^10 || ^12 || >=14"
}, },