@koomipay/react 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 +0 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -99,11 +99,6 @@ React Koomipay is packaged with TypeScript declarations. Some types are pulled
99
99
  from [`@koomipay/react`][koomipay-npm]—be sure to add
100
100
  `@koomipay/react` as a dependency to your project for full TypeScript support.
101
101
 
102
- ### Contributing
103
-
104
- If you would like to contribute to React Stripe.js, please make sure to read our
105
- [contributor guidelines](CONTRIBUTING.md).
106
-
107
102
  [koomipay-portal]: https://pay-demo.koomi.app
108
103
  [live-demo]: https://store-demo.koomi.app
109
104
  [koomipay-npm]: https://www.npmjs.com/package/@koomipay/react
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "payments",
10
10
  "components"
11
11
  ],
12
- "version": "1.0.0",
12
+ "version": "1.0.1",
13
13
  "description": "Koomipay react components",
14
14
  "main": "dist/index.js",
15
15
  "types": "dist/types",