caselyjs 0.0.2 → 0.0.4

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  ## 📦 Installation
10
10
 
11
11
  ```bash
12
- npm install renamejs
12
+ npm install caselyjs
13
13
  ```
14
14
 
15
15
  ## 🚀 Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caselyjs",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "A tool for renaming files and folders in a efficient way",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/Ninja-Vikash/renamejs.git"
12
+ "url": "git+https://github.com/Ninja-Vikash/caselyjs.git"
13
13
  },
14
14
  "keywords": [
15
15
  "rename",
@@ -22,7 +22,7 @@
22
22
  "author": "ninja-vikash",
23
23
  "license": "MIT",
24
24
  "bugs": {
25
- "url": "https://github.com/Ninja-Vikash/renamejs/issues"
25
+ "url": "https://github.com/Ninja-Vikash/caselyjs/issues"
26
26
  },
27
- "homepage": "https://github.com/Ninja-Vikash/renamejs#readme"
27
+ "homepage": "https://github.com/Ninja-Vikash/caselyjs#readme"
28
28
  }