0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00

Improve package.json metadata ()

This commit is contained in:
Paola Morales 2021-02-11 19:01:17 +01:00 committed by Juan Picado
parent 24c14ce583
commit 6b8806ee71
5 changed files with 3 additions and 5 deletions
packages

View file

@ -42,4 +42,4 @@ Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com
## Special Thanks
Thanks to the following companies to help us to achieve our goals providing free open source licenses.
Thanks to the following companies to help us to achieve our goals providing free open source licenses.

View file

@ -29,7 +29,7 @@
"node": ">=10",
"npm": ">=6"
},
"scripts": {
"scripts": {
"clean": "rimraf ./build",
"test": "cross-env NODE_ENV=test BABEL_ENV=test jest",
"type-check": "tsc --noEmit -p tsconfig.build.json",

View file

@ -16,7 +16,6 @@
"author": "Juan Picado <juanpicado19@gmail.com>",
"license": "MIT",
"homepage": "https://verdaccio.org",
"repository": {
"type": "https",
"url": "https://github.com/verdaccio/verdaccio",

View file

@ -41,5 +41,4 @@
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
}
}

View file

@ -52,7 +52,7 @@
"watch": "pnpm build:js -- --watch",
"build": "pnpm run build:js && pnpm run build:types"
},
"funding": {
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
}