Skip to content

Commit ec0b398

Browse files
committed
fixed the reviewed comments
1 parent 60c8ced commit ec0b398

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

basics/realloc/steel/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "realloc-example",
3-
"version": "1.0.0",
4-
"description": "realloc basic example with steel framework for solana",
5-
"scripts": {
6-
"test": "cargo test-sbf",
7-
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
8-
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
9-
"deploy": "solana program deploy ./program/target/so/rent_example_program.so"
10-
},
11-
"keywords": [],
12-
"author": "Nithin",
13-
"license": "ISC"
14-
}
2+
"name": "realloc-example",
3+
"version": "1.0.0",
4+
"description": "realloc basic example with steel framework for solana",
5+
"scripts": {
6+
"test": "cargo test-sbf",
7+
"build-and-test": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test",
8+
"build": "cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./program/target/so",
9+
"deploy": "solana program deploy ./program/target/so/rent_example_program.so"
10+
},
11+
"keywords": [],
12+
"author": "Nithin",
13+
"license": "ISC"
14+
}

0 commit comments

Comments
 (0)