Skip to content

Commit

Permalink
fix: Update package name in README and package.json to include scoped…
Browse files Browse the repository at this point in the history
… package prefix
  • Loading branch information
wajeht committed Jan 26, 2025
1 parent 47a006a commit 3c49b72
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 @@ -5,7 +5,7 @@ Automatically reload templates and asset changes in an Express app
## 🛠️ Installation

```bash
$ npm install express-templates-reload --save-dev
$ npm install @wajeht/express-templates-reload --save-dev
```

## 💻 Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "express-templates-reload",
"name": "@wajeht/express-templates-reload",
"version": "1.0.0",
"description": "Automatically reload templates and asset changes in an Express app.",
"keywords": [
Expand Down

0 comments on commit 3c49b72

Please sign in to comment.