Skip to content

Commit

Permalink
chore: Remove standard-version from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetsagdur committed May 30, 2024
1 parent 9ebe3d9 commit 20d58a5
Show file tree
Hide file tree
Showing 2 changed files with 913 additions and 951 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json",
"release": "standard-version"
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"peerDependencies": {
"@nestjs/common": "^10.0.0",
Expand Down Expand Up @@ -85,8 +84,7 @@
},
"homepage": "https://github.com/BrewInteractive/nestjs-hasura#readme-module",
"dependencies": {
"graphql-request": "^6.1.0",
"standard-version": "^9.5.0"
"graphql-request": "^6.1.0"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
Loading

0 comments on commit 20d58a5

Please sign in to comment.