forked from chmac/nostr-map
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed , in package.json, one line about yarn/corepack struggle
- Loading branch information
K
committed
Aug 10, 2024
1 parent
f768d79
commit 02b14b4
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
@@ -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 | ||
} | ||
} | ||
} |