Skip to content

Commit 36050cf

Browse files
committed
published to npm
1 parent 7b5f104 commit 36050cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## 👨‍🔧 Installation
1616
```bash
17-
npm install git+https://github.com/Tee-py/solana-txn-parser.git
17+
npm i solana-parser
1818
```
1919

2020
## 👨🏽‍💻 Usage

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solana-parser",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"main": "dist/index.js",
55
"types": "dist/types/index.d.ts",
66
"files": [
@@ -12,7 +12,6 @@
1212
"clean": "rimraf dist",
1313
"build": "npm run clean && tsc",
1414
"build:types": "tsc --emitDeclarationOnly",
15-
"prepublishOnly": "npm run build",
1615
"test": "jest",
1716
"format": "prettier --write \"src/**/*.ts\" && prettier --write \"tests/**/*.ts\"",
1817
"format:check": "prettier --check \"src/**/*.ts\"",

0 commit comments

Comments
 (0)