Skip to content

Commit

Permalink
Merge pull request #9 from Krister-Johansson/fix/publishNPM
Browse files Browse the repository at this point in the history
Fix/publish npm
  • Loading branch information
Krister-Johansson committed Apr 18, 2024
2 parents 7b7e203 + 242371c commit 82d6a90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/npm-publish.yml

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/
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.4",
"version": "1.2.5",
"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 82d6a90

Please sign in to comment.