Skip to content

Commit

Permalink
build: remove unused properties in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jan 28, 2024
1 parent 50d78d9 commit 02683fd
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "gcovr-action",
"version": "1.0.0",
"private": true,
"description": "Generate code coverage reports for a C++ project using gcovr",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
Expand All @@ -14,20 +12,6 @@
"test": "jest",
"all": "run-s format lint clean-build clean-package test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/threeal/gcovr-action.git"
},
"keywords": [
"actions",
"c",
"coverage",
"cpp",
"gcov",
"testing"
],
"author": "Alfi Maulana <[email protected]>",
"license": "MIT",
"dependencies": {
"@actions-kit/envi": "^0.1.0",
"@actions-kit/exec": "^0.2.0",
Expand Down

0 comments on commit 02683fd

Please sign in to comment.