mirror of
https://github.com/jakejarvis/jrvs.io.git
synced 2025-04-26 15:48:30 -04:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [netlify-shortener](https://github.com/kentcdodds/netlify-shortener) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/kentcdodds/netlify-shortener/releases) - [Changelog](https://github.com/kentcdodds/netlify-shortener/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/netlify-shortener/compare/v2.1.1...v2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"name": "go.jarv.is",
|
|
"version": "1.0.0",
|
|
"author": "Jake Jarvis <jake@jarv.is>",
|
|
"description": "@jakejarvis's link shortener",
|
|
"homepage": "https://go.jarv.is/",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"main": "cli.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jakejarvis/go.jarv.is.git"
|
|
},
|
|
"bin": {
|
|
"shorten": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"shorten": "netlify-shortener",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"netlify-shortener": "^2.2.0"
|
|
},
|
|
"baseUrl": "https://jrvs.io"
|
|
}
|