Add repo info in package.json so that people can backtrack from npm site (#1066)

This commit is contained in:
Vajahath Ahmed
2021-06-21 16:29:21 +05:30
committed by GitHub
parent 55c4aa51ac
commit f6f70c590e
2 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,11 @@
"description": "A CLI for Squoosh",
"public": true,
"type": "module",
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
"repository": {
"type": "git",
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
},
"bin": {
"squoosh-cli": "src/index.js",
"@squoosh/cli": "src/index.js"

View File

@ -12,6 +12,11 @@
},
"keywords": [],
"author": "Google Chrome Developers <chromium-dev@google.com>",
"homepage": "https://github.com/GoogleChromeLabs/squoosh",
"repository": {
"type": "git",
"url": "https://github.com/GoogleChromeLabs/squoosh.git"
},
"license": "Apache-2.0",
"dependencies": {
"web-streams-polyfill": "^3.0.3"