packlyze 1.0.2 → 1.0.3
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.
- package/README.md +1 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,21 +199,6 @@ Consider:
|
|
|
199
199
|
- Removing unused dependencies
|
|
200
200
|
- Using lighter alternatives
|
|
201
201
|
|
|
202
|
-
## 📦 Publishing to NPM
|
|
203
|
-
|
|
204
|
-
To publish your own version of Packlyze:
|
|
205
|
-
1. Update the version in `package.json`.
|
|
206
|
-
2. Run `npm run build` to compile TypeScript.
|
|
207
|
-
3. Run tests with `npm run test`.
|
|
208
|
-
4. Login to NPM: `npm login`.
|
|
209
|
-
5. Publish: `npm publish`.
|
|
210
|
-
|
|
211
|
-
---
|
|
212
|
-
|
|
213
|
-
## 📄 License
|
|
214
|
-
|
|
215
|
-
MIT
|
|
216
|
-
|
|
217
202
|
## 🤝 Contributing
|
|
218
203
|
|
|
219
204
|
We welcome contributions! Please follow the steps below:
|
|
@@ -230,13 +215,7 @@ Contributions welcome! Please:
|
|
|
230
215
|
|
|
231
216
|
For issues and questions:
|
|
232
217
|
- GitHub Issues: [https://github.com/iamabhshk/Packlyze/issues](https://github.com/iamabhshk/Packlyze/issues)
|
|
233
|
-
- Email: [
|
|
234
|
-
- Twitter: [@yourhandle]
|
|
235
|
-
|
|
236
|
-
For issues and questions:
|
|
237
|
-
- GitHub Issues: [link]
|
|
238
|
-
- Email: [your-email]
|
|
239
|
-
- Twitter: [@yourhandle]
|
|
218
|
+
- Email: [abhisheksrinivasan5@gmail.com]
|
|
240
219
|
|
|
241
220
|
## 🙏 Acknowledgments
|
|
242
221
|
|