diff --git a/CHANGELOG.md b/CHANGELOG.md index b382436..396f519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -# react-daraja +# daraja-kit + +## 1.0.0 + +### Major Changes + +- 36bff9f: Renamed react daraja to daraja-kit. Removed "react" from the library name to confuse as less users as possible. Lets go. + + ## What to do. + + Each time you now install react daraja. just change to `daraja-kit` and you will be fine. ## 0.2.1 diff --git a/README.md b/README.md index dc83807..3a4ce7b 100644 --- a/README.md +++ b/README.md @@ -13,12 +13,13 @@ React Daraja is a typesafe Javascript library designed to simplify interactions To install React Daraja, run the following command in your project's terminal: ```bash - npm install react-daraja + npm install daraja-kit ``` ## Getting Started Copy over the `.env.local` file into a `.env` file using the following command. + ``` cp .env.local .env ``` diff --git a/contributing.md b/contributing.md index 9775c36..e6df4ac 100644 --- a/contributing.md +++ b/contributing.md @@ -42,6 +42,6 @@ Changesets help manage versioning and releases. Whenever you commit the generate ## docs -To contribute to the documentation check out the [repo](https://github.com/amosmachora/react-daraja-docs) +To contribute to the documentation check out the [repo](https://github.com/amosmachora/daraja-kit-docs) Thank you for contributing to React Daraja! 🚀 diff --git a/package-lock.json b/package-lock.json index 173519e..2b60ae2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "react-daraja", - "version": "0.0.1", + "name": "daraja-kit", + "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "react-daraja", - "version": "0.0.1", + "name": "daraja-kit", + "version": "0.2.1", "license": "MIT", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", diff --git a/package.json b/package.json index 7732155..813d78b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "react-daraja", - "version": "0.2.1", - "description": "A react library for interacting with Safaricom`s daraja APIs", + "name": "daraja-kit", + "version": "1.0.0", + "description": "A node and react library for improving the dx of integrating with Safaricom`s daraja APIs", "main": "dist/index.js", "module": "dist/index.cjs", "types": "dist/index.d.ts", @@ -13,10 +13,10 @@ }, "repository": { "type": "git", - "url": "https://github.com/amosmachora/react-daraja.git" + "url": "https://github.com/amosmachora/daraja-kit.git" }, "keywords": [ - "react-daraja", + "daraja-kit", "daraja", "daraja2.0", "safaricom" @@ -28,9 +28,9 @@ "author": "Amos Machora", "license": "MIT", "bugs": { - "url": "https://github.com/amosmachora/react-daraja/issues" + "url": "https://github.com/amosmachora/daraja-kit/issues" }, - "homepage": "https://github.com/amosmachora/react-daraja#readme", + "homepage": "https://github.com/amosmachora/daraja-kit#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.4.0", "@fortawesome/free-regular-svg-icons": "^6.4.0",