Skip to content

Commit

Permalink
Merge pull request #7 from Krister-Johansson/fix/buildAction2
Browse files Browse the repository at this point in the history
chore(package): bump version to 1.2.4 in package.json
  • Loading branch information
Krister-Johansson committed Apr 17, 2024
2 parents 4edf087 + dd9e2a7 commit a77dd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqlprune",
"version": "1.2.3",
"version": "1.2.4",
"description": "This script helps identify unused GraphQL operations (queries, mutations, subscriptions) in your project. It scans .gql files for operations and checks if they are being used in your TypeScript/JavaScript files.",
"bin": {
"gqlPrune": "./dist/cli.js"
Expand Down

0 comments on commit a77dd01

Please sign in to comment.