Skip to content

Commit

Permalink
Added the project into the npm
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kibet committed Mar 4, 2023
1 parent d822efd commit 0572cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This repository allows the software developers to get the list of the counties i
This project uses Node.js. We recommend running the following with code with at least Node 18.

- For installing dependencies, run `npm install`
- To execute the script run `npm start` and the output will be written `out.txt` file.
- To execute the script run `npm start`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counties-kenya-lib",
"version": "1.0.0",
"version": "1.1.0",
"scripts": {
"dev": "esr ./lib/index.ts",
"example": "esr ./example/example.ts"
Expand Down

0 comments on commit 0572cd3

Please sign in to comment.