favicon-stealer 1.0.1 → 1.0.2

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 +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,4 +28,5 @@ MIT License
28
28
 
29
29
  # Changelog
30
30
  - v1.0.0: Initial release (2025.1.21)
31
- - v1.0.1: Add README.md (2025.1.21)
31
+ - v1.0.1: Add README.md (2025.1.21)
32
+ - v1.0.2: Update license to MIT (2025.1.21)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "favicon-stealer",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "keywords": [],
11
11
  "author": "",
12
- "license": "ISC",
12
+ "license": "MIT",
13
13
  "description": "",
14
14
  "dependencies": {
15
15
  "react": "^19.0.0",