mantine-double-click-editable 1.0.0 → 1.0.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 +4 -0
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A double-click-to-edit text component for [Mantine](https://mantine.dev/), with precise caret placement.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/mantine-double-click-editable.svg)](https://www.npmjs.com/package/mantine-double-click-editable)
6
+ [![github](https://img.shields.io/badge/github-repo-black?logo=github)](https://github.com/ypyl/DoubleClickEditable)
7
+
8
+
5
9
  ## Installation
6
10
 
7
11
  ```bash
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "name": "mantine-double-click-editable",
3
3
  "private": false,
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/ypyl/DoubleClickEditable.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/ypyl/DoubleClickEditable/issues"
11
+ },
12
+ "homepage": "https://github.com/ypyl/DoubleClickEditable#readme",
5
13
  "type": "module",
6
14
  "main": "./dist/index.cjs",
7
15
  "module": "./dist/index.js",