margins 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# margins
|
|
2
2
|
|
|
3
|
-
[](https://github.com/dheerajjha/margins/actions/workflows/ci.yml)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
[](package.json)
|
|
6
6
|
[](test/)
|
|
@@ -202,7 +202,7 @@ The page is a client of this; nothing is hidden from you.
|
|
|
202
202
|
## Development
|
|
203
203
|
|
|
204
204
|
```bash
|
|
205
|
-
git clone https://github.com/dheerajjha/
|
|
205
|
+
git clone https://github.com/dheerajjha/margins.git
|
|
206
206
|
cd margins && npm install
|
|
207
207
|
npm test # 80 tests
|
|
208
208
|
node bin/margins.js ~/notes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "margins",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Open a folder of markdown in your browser from the terminal. Browse, read, edit, search, and follow [[wikilinks]] and backlinks. No vault, no config, nothing written but what you save.",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"scripts": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"type": "git",
|
|
45
|
-
"url": "git+https://github.com/dheerajjha/
|
|
45
|
+
"url": "git+https://github.com/dheerajjha/margins.git"
|
|
46
46
|
},
|
|
47
47
|
"bugs": {
|
|
48
|
-
"url": "https://github.com/dheerajjha/
|
|
48
|
+
"url": "https://github.com/dheerajjha/margins/issues"
|
|
49
49
|
},
|
|
50
|
-
"homepage": "https://github.com/dheerajjha/
|
|
50
|
+
"homepage": "https://github.com/dheerajjha/margins#readme"
|
|
51
51
|
}
|