create-solana-dapp
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "create-solana-dapp", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Get up and running fast with Solana dApps", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -11,2 +11,5 @@ # create-solana-dapp | ||
[![npm version](https://img.shields.io/npm/v/create-solana-dapp?color=yellow)](https://npmjs.com/package/create-solana-dapp) | ||
[![npm downloads](https://img.shields.io/npm/dm/create-solana-dapp?color=yellow)](https://npmjs.com/package/create-solana-dapp) | ||
## Templates | ||
@@ -42,3 +45,3 @@ | ||
```json | ||
```jsonc | ||
{ | ||
@@ -51,3 +54,3 @@ "name": "your-template", | ||
// Adding a '+' will make the line bold and '{pm}' is replaced with the package manager | ||
"+{pm} run anchor build | test | localnet | deploy" | ||
"+{pm} run anchor build | test | localnet | deploy", | ||
], | ||
@@ -61,4 +64,4 @@ // Rename is a map of terms to rename | ||
// In the following paths | ||
"paths": ["anchor", "src"] | ||
} | ||
"paths": ["anchor", "src"], | ||
}, | ||
}, | ||
@@ -68,5 +71,5 @@ // Check versions and give a warning if it's not installed or the version is lower | ||
"anchor": "0.30.1", | ||
"solana": "1.18.0" | ||
} | ||
} | ||
"solana": "1.18.0", | ||
}, | ||
}, | ||
} | ||
@@ -73,0 +76,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
69303
115