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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # margins
2
2
 
3
- [![CI](https://github.com/dheerajjha/inkd/actions/workflows/ci.yml/badge.svg)](https://github.com/dheerajjha/inkd/actions/workflows/ci.yml)
3
+ [![CI](https://github.com/dheerajjha/margins/actions/workflows/ci.yml/badge.svg)](https://github.com/dheerajjha/margins/actions/workflows/ci.yml)
4
4
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
5
5
  [![Node](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](package.json)
6
6
  [![Tests](https://img.shields.io/badge/tests-80-brightgreen.svg)](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/inkd.git
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.0",
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/inkd.git"
45
+ "url": "git+https://github.com/dheerajjha/margins.git"
46
46
  },
47
47
  "bugs": {
48
- "url": "https://github.com/dheerajjha/inkd/issues"
48
+ "url": "https://github.com/dheerajjha/margins/issues"
49
49
  },
50
- "homepage": "https://github.com/dheerajjha/inkd#readme"
50
+ "homepage": "https://github.com/dheerajjha/margins#readme"
51
51
  }