Skip to content

Commit ee651b6

Browse files
committed
chore: reorder fields in package.json
1 parent 1629f4e commit ee651b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@prb/foundry-template",
33
"description": "Foundry-based template for developing Solidity smart contracts",
4+
"private": true,
45
"version": "1.0.0",
56
"author": {
67
"name": "Paul Razvan Berg",
@@ -23,7 +24,6 @@
2324
"solidity",
2425
"template"
2526
],
26-
"private": true,
2727
"scripts": {
2828
"clean": "rm -rf cache out",
2929
"build": "forge build",

0 commit comments

Comments
 (0)