@gridsheet/react-core 2.0.4 → 2.0.5-0

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,9 +18,8 @@ $ npm install @gridsheet/react-core --save
18
18
 
19
19
  ## Docs
20
20
 
21
- - [ReactGridsheet document](https://docs.walkframe.com/gridsheet/react)
22
- - [Examples](https://docs.walkframe.com/gridsheet/Examples/react-case1)
23
- - [Histories](https://docs.walkframe.com/gridsheet/history)
21
+ - [GridSheet document](https://gridsheet.walkframe.com/)
22
+ - [Examples](https://gridsheet.walkframe.com/examples/case1)
24
23
 
25
24
  ## License
26
25
  [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fwalkframe%2Freact-gridsheet?ref=badge_large)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gridsheet/react-core",
3
- "version": "2.0.4",
3
+ "version": "2.0.5-0",
4
4
  "description": "Spreadsheet component for React",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",