Skip to content

Commit

Permalink
fix: missing changes in db version check package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vanpho93 committed Sep 15, 2022
1 parent 09e6a1f commit b8d56fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
5 changes: 0 additions & 5 deletions packages/db-version-check/package-lock.json

This file was deleted.

22 changes: 5 additions & 17 deletions packages/db-version-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"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"
},
Expand Down

0 comments on commit b8d56fb

Please sign in to comment.