@amrendrasharma/deployguard 1.0.2 → 1.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 +0 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,4 @@
1
1
 
2
- <<<<<<< HEAD
3
-
4
- =======
5
- >>>>>>> 2ae13572a716d7f9cf8479dd0e645ffb35adaf93
6
2
  # 🚢 deployguard
7
3
 
8
4
  > A lightweight CLI tool that scans your project before deployment and detects common production issues.
@@ -202,8 +198,4 @@ jobs:
202
198
 
203
199
  ## 📄 License
204
200
 
205
- <<<<<<< HEAD
206
- MIT © [Amrendra Sharma](https://github.com/amrendrasharma1328-a11y)
207
- =======
208
201
  MIT © [Amrendra Sharma](https://github.com/amrendrasharma1328-a11y)
209
- >>>>>>> 2ae13572a716d7f9cf8479dd0e645ffb35adaf93
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amrendrasharma/deployguard",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "🚀 A lightweight CLI tool that scans your project before deployment and detects common production issues.",
5
5
  "main": "index.js",
6
6
  "bin": {