Skip to content

Commit 34a2cdf

Browse files
authored
chore: add links to package.json (#12)
1 parent 4101512 commit 34a2cdf

4 files changed

Lines changed: 15 additions & 1 deletion

File tree

.changeset/cold-melons-bow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@gelatocloud/gasless": patch
3+
---
4+
5+
chore: add links to package.json

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# @gelatocloud/gasless
22

33
[![npm version](https://img.shields.io/npm/v/@gelatocloud/gasless.svg)](https://www.npmjs.com/package/@gelatocloud/gasless)
4-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
54

65
### All-in-one solution for gasless transactions.
76

src/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

src/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
"version": "0.0.0",
44
"author": "Gelato",
55
"description": "Gelato Gasless SDK: All-in-one solution for gasless transactions",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/gelatodigital/gasless.git",
9+
"directory": "src"
10+
},
11+
"homepage": "https://docs.gelato.cloud",
12+
"bugs": {
13+
"url": "https://github.com/gelatodigital/gasless/issues"
14+
},
615
"main": "./_dist/index.js",
716
"types": "./_dist/index.d.ts",
817
"typings": "./_dist/index.d.ts",

0 commit comments

Comments
 (0)