We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5f104 commit 36050cfCopy full SHA for 36050cf
README.md
@@ -14,7 +14,7 @@
14
15
## 👨🔧 Installation
16
```bash
17
-npm install git+https://github.com/Tee-py/solana-txn-parser.git
+npm i solana-parser
18
```
19
20
## 👨🏽💻 Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "solana-parser",
3
- "version": "0.1.0",
+ "version": "0.1.2",
4
"main": "dist/index.js",
5
"types": "dist/types/index.d.ts",
6
"files": [
@@ -12,7 +12,6 @@
12
"clean": "rimraf dist",
13
"build": "npm run clean && tsc",
"build:types": "tsc --emitDeclarationOnly",
- "prepublishOnly": "npm run build",
"test": "jest",
"format": "prettier --write \"src/**/*.ts\" && prettier --write \"tests/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
0 commit comments