caselyjs 0.0.3 → 0.0.5

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
@@ -14,7 +14,7 @@ npm install caselyjs
14
14
 
15
15
  ## 🚀 Usage
16
16
 
17
- ### Minimum setup you need to start with `renamejs`
17
+ ### Minimum setup you need to start with `caselyjs`
18
18
 
19
19
  ```js
20
20
  // index.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caselyjs",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
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
  }