Skip to content

Commit

Permalink
removed , in package.json, one line about yarn/corepack struggle
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Aug 10, 2024
1 parent f768d79 commit 02b14b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ It seems that newer node versions [don't work](https://github.com/Trustroots/nos
- `nvm install`
- `nvm use`

You might need `corepack` to get yarn v4. [please update/clarify this]

## Ideas
somewhat concrete:
- [filters](https://github.com/Trustroots/nostr-map/issues/13)
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nostr-map",
"version": "0.1.0",
"version": "0.1.1",
"description": "NOSTR notes on maps",
"source": "src/index.html",
"repository": "[email protected]:chmac/nostr-map.git",
"repository": "[email protected]:trustroots/nostr-map.git",
"author": "Simon & Callum",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand All @@ -23,6 +23,7 @@
"gh-pages": "^5.0.0",
"parcel": "^2.8.3",
"prettier": "2.8.3",
"process": "^0.11.10"
},
"dependencies": {
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify@^0.30.0",
Expand All @@ -37,4 +38,4 @@
"@parcel/resolver-default": {
"packageExports": true
}
}
}

0 comments on commit 02b14b4

Please sign in to comment.