diff --git a/packages/db-version-check/package-lock.json b/packages/db-version-check/package-lock.json deleted file mode 100644 index c24321c3e52..00000000000 --- a/packages/db-version-check/package-lock.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "@reactioncommerce/db-version-check", - "version": "0.0.0-development", - "lockfileVersion": 1 -} diff --git a/packages/db-version-check/package.json b/packages/db-version-check/package.json index caa9559dd13..a8fbdb5d66e 100644 --- a/packages/db-version-check/package.json +++ b/packages/db-version-check/package.json @@ -11,33 +11,21 @@ "type": "module", "scripts": { "lint": "eslint src", - "test": "jest src" + "test": "jest --passWithNoTests" }, "repository": { "type": "git", - "url": "git+https://github.com/reactioncommerce/db-version-check.git" + "url": "https://github.com/reactioncommerce/reaction.git", + "directory": "packages/api-plugin-taxes" }, "author": "Reaction Commerce ", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/reactioncommerce/db-version-check/issues" + "url": "https://github.com/reactioncommerce/reaction/issues" }, - "homepage": "https://github.com/reactioncommerce/db-version-check#readme", + "homepage": "https://github.com/reactioncommerce/reaction", "dependencies": {}, "devDependencies": {}, - "eslintConfig": { - "extends": "@reactioncommerce" - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } - }, "publishConfig": { "access": "public" },