diff --git a/packages/api/README.md b/packages/api/README.md index dfd8864a8..9e69dfddf 100644 --- a/packages/api/README.md +++ b/packages/api/README.md @@ -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. \ No newline at end of file +Thanks to the following companies to help us to achieve our goals providing free open source licenses. diff --git a/packages/config/package.json b/packages/config/package.json index 484be340b..81257bec9 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -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", diff --git a/packages/core/commons-api/package.json b/packages/core/commons-api/package.json index 2308b17d1..881e1682f 100644 --- a/packages/core/commons-api/package.json +++ b/packages/core/commons-api/package.json @@ -16,7 +16,6 @@ "author": "Juan Picado ", "license": "MIT", "homepage": "https://verdaccio.org", - "repository": { "type": "https", "url": "https://github.com/verdaccio/verdaccio", diff --git a/packages/types/package.json b/packages/types/package.json index 6ff7f4f8d..106252a07 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -41,5 +41,4 @@ "type": "opencollective", "url": "https://opencollective.com/verdaccio" } - } diff --git a/packages/web/package.json b/packages/web/package.json index 1f508b54e..952ddc6e2 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -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" }