Skip to content

Commit e005a95

Browse files
committed
ci: remove unsued attribute on Package.json
1 parent a0a7abc commit e005a95

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,9 @@ jobs:
5050
{
5151
"name": "contracts",
5252
"version": "1.0.0",
53-
"description": "[![version](https://img.shields.io/github/v/release/okp4/contracts?style=for-the-badge)](https://github.com/okp4/contracts/releases) [![build](https://img.shields.io/github/workflow/status/okp4/contracts/Build?label=build&style=for-the-badge)](https://github.com/okp4/contracts/actions/workflows/build.yml) [![lint](https://img.shields.io/github/workflow/status/okp4/contracts/Lint?label=lint&style=for-the-badge)](https://github.com/okp4/contracts/actions/workflows/lint.yml) [![test](https://img.shields.io/github/workflow/status/okp4/contracts/Test?label=test&style=for-the-badge)](https://github.com/okp4/contracts/actions/workflows/test.yml) [![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org) [![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)",
54-
"main": "index.js",
5553
"scripts": {
56-
"build": "cargo make wasm",
57-
"test": "echo \"Error: no test specified\" && exit 1"
54+
"build": "cargo make wasm"
5855
},
59-
"repository": {
60-
"type": "git",
61-
"url": "git+https://github.com/okp4/contracts.git"
62-
},
63-
"author": "",
64-
"bugs": {
65-
"url": "https://github.com/okp4/contracts/issues"
66-
},
67-
"homepage": "https://github.com/okp4/contracts#readme",
6856
"devDependencies": {
6957
"@size-limit/preset-app": "^7.0.8"
7058
},

0 commit comments

Comments
 (0)