Skip to content

Commit 3b036eb

Browse files
committed
add logo, changelog and added urls to package.json
1 parent 980feb4 commit 3b036eb

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Version 1.0.0
2+
+ Initial release

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Image](assets/dextools-node.png)
2+
13
# DEXTools Node
24
[![Node.js CI](https://github.com/alb2001/dextools-node/actions/workflows/node.js.yml/badge.svg)](https://github.com/alb2001/dextools-node/actions/workflows/node.js.yml)
35
[![NPM Downloads](https://img.shields.io/npm/dm/dextools-node)](https://npm-stat.com/charts.html?package=dextools-node)

assets/dextools-node.png

47.3 KB
Loading

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"scripts": {
1010
"test": "jest"
1111
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/alb2001/dextools-node.git"
15+
},
1216
"keywords": [
1317
"dextools",
1418
"api",
@@ -22,6 +26,10 @@
2226
],
2327
"author": "alb2001 <alb2001@outlook.es> (alb2001@outlook.es)",
2428
"license": "MIT",
29+
"bugs": {
30+
"url": "https://github.com/alb2001/dextools-node/issues"
31+
},
32+
"homepage": "https://github.com/alb2001/dextools-node",
2533
"dependencies": {
2634
"axios": "^1.8.3"
2735
},

0 commit comments

Comments
 (0)