pivotgrid-js 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 +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ Vanilla JS pivot table — no dependencies, no frameworks.
8
8
 
9
9
  **[Live Demo](https://windowrepino.ru/pivot/demo/demo-example.html)**
10
10
 
11
- ![PivotGrid](https://raw.githubusercontent.com/AlexKorole/pivotgrid/main/assets/screenshot.png)
11
+ ![PivotGrid](https://raw.githubusercontent.com/AlexKorole/pivotgrid/master/assets/screenshot.png)
12
12
 
13
13
  ## Installation
14
14
 
@@ -159,7 +159,7 @@ A visual config editor is included. Open it locally:
159
159
  node_modules/pivotgrid-js/config/config-editor.html
160
160
  ```
161
161
 
162
- ![Config Editor](https://raw.githubusercontent.com/AlexKorole/pivotgrid/main/assets/config-editor.png)
162
+ ![Config Editor](https://raw.githubusercontent.com/AlexKorole/pivotgrid/master/assets/config-editor.png)
163
163
 
164
164
  Features:
165
165
  - Fetch columns from the database with one click
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pivotgrid-js",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Vanilla JS pivot table — no dependencies, no frameworks",
5
5
  "author": "Aleksandr Korolev <korolevalexa@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",