thangved-react-grid 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 +7 -2
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # thangved-react-grid
2
2
 
3
- > Made with create-react-library
4
-
5
3
  [![NPM](https://img.shields.io/npm/v/thangved-react-grid.svg)](https://www.npmjs.com/package/thangved-react-grid) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
6
4
 
7
5
  ## Install
@@ -49,3 +47,10 @@ import { Row } from 'thangved-react-grid';
49
47
  ## License
50
48
 
51
49
  MIT © [thangved](https://github.com/thangved)
50
+
51
+ ## Donation
52
+
53
+ [<img
54
+ width='30px'
55
+ src='https://raw.githubusercontent.com/thangved/docusaurus-plugin-2dlive/HEAD/assets/paypal-3384015_1280.png'
56
+ />](https://www.paypal.com/paypalme/minhthangpay)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thangved-react-grid",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "thangved",
6
6
  "license": "MIT",
@@ -47,5 +47,10 @@
47
47
  },
48
48
  "files": [
49
49
  "dist"
50
+ ],
51
+ "keywords": [
52
+ "react",
53
+ "thangved",
54
+ "grid"
50
55
  ]
51
56
  }