diff --git a/README.md b/README.md index 5ff0acd..86c268f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index ce52af6..ad67dc4 100644 --- a/package.json +++ b/package.json @@ -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": "git@github.com:chmac/nostr-map.git", + "repository": "git@github.com:trustroots/nostr-map.git", "author": "Simon & Callum", "license": "AGPL-3.0-or-later", "scripts": { @@ -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", @@ -37,4 +38,4 @@ "@parcel/resolver-default": { "packageExports": true } -} \ No newline at end of file +}