Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amosmachora committed Mar 7, 2024
2 parents 5e20c51 + f255cba commit 82e1464
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 14 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🚀
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 82e1464

Please sign in to comment.