Skip to content

Commit

Permalink
Put wildcard into example manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
angrymouse authored Sep 15, 2023
1 parent 4f52ee7 commit 76319bd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/mock_files/manifests/example_manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"manifest": "arweave/paths",
"version": "0.1.0",
"version": "0.2.0",
"*":{
"id":"vNIcG7HdiMpFqJ8NZN4KopG4_iTQPoH_j7iP7EYgQJ-"
},
"index": {
"path": "index.html"
"path": "index.html",
},
"paths": {
"index.html": {
Expand Down

0 comments on commit 76319bd

Please sign in to comment.