treeselectjs 0.2.0 → 0.2.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 +1 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -5,7 +5,7 @@ A multi-select js component with nested options.
5
5
  - Full key support (ArrowUp, ArrowDown, Space, ArrowLeft, ArrowRight, Enter)
6
6
  - Screen sensitive direction
7
7
 
8
- ![Example img](treeselectjs.png)
8
+ ![Example img](https://github.com/dipson88/treeselectjs/blob/main/treeselectjs.png?raw=true)
9
9
 
10
10
  ### Getting Started
11
11
  It is a js module.
package/package.json CHANGED
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "name": "treeselectjs",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Treeselect JS",
5
5
  "main": "dist/treeselect-js.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
6
  "repository": {
10
7
  "type": "git",
11
8
  "url": "git+https://github.com/dipson88/treeselectjs.git"
@@ -16,7 +13,7 @@
16
13
  "js"
17
14
  ],
18
15
  "author": "Dzmitry Zhuraukou",
19
- "license": "ISC",
16
+ "license": "MIT",
20
17
  "bugs": {
21
18
  "url": "https://github.com/dipson88/treeselectjs/issues"
22
19
  },