Skip to content

Commit

Permalink
feat(package): tune configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Oct 10, 2024
1 parent 4a36931 commit a8a5f9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"email": "[email protected]"
},
"bin": {
"if-diff": "./build/if-diff/index.js",
"if-run": "./build/if-run/index.js",
"if-env": "./build/if-env/index.js",
"if-check": "./build/if-check/index.js",
"if-csv": "./build/if-csv/index.js",
"if-merge": "./build/if-merge/index.js"
"if-diff": "build/if-diff/index.js",
"if-run": "build/if-run/index.js",
"if-env": "build/if-env/index.js",
"if-check": "build/if-check/index.js",
"if-csv": "build/if-csv/index.js",
"if-merge": "build/if-merge/index.js"
},
"bugs": {
"url": "https://github.com/Green-Software-Foundation/if/issues/new?assignees=&labels=feedback&projects=&template=feedback.md&title=Feedback+-+"
Expand Down Expand Up @@ -70,7 +70,7 @@
"access": "public"
},
"repository": {
"url": "https://github.com/Green-Software-Foundation/if"
"url": "git+https://github.com/Green-Software-Foundation/if.git"
},
"scripts": {
"build": "npm run clean && tsc --project tsconfig.build.json",
Expand All @@ -87,7 +87,7 @@
"lint": "gts lint",
"pre-commit": "lint-staged",
"prepare": "husky install",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"release": "release-it",
"test": "jest --verbose --testPathPattern=src/__tests__/"
},
Expand Down

0 comments on commit a8a5f9e

Please sign in to comment.