@ixo/ui 0.0.1 → 0.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 +0 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -373,17 +373,3 @@ dist/
373
373
  7. Commit changes: `git commit -m 'Add amazing component'`
374
374
  8. Push to branch: `git push origin feature/amazing-component`
375
375
  9. Open a Pull Request
376
-
377
- ## 📄 License
378
-
379
- [License information here]
380
-
381
- ## 🆘 Support
382
-
383
- - 📖 [Storybook Documentation](http://localhost:6006) (run `pnpm dev`)
384
- - 🐛 [Issue Tracker](repository-issues-url)
385
- - 💬 [Discussions](repository-discussions-url)
386
-
387
- ---
388
-
389
- Built with ❤️ for impact-focused applications
package/package.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "@ixo/ui",
3
+ "version": "0.0.2",
3
4
  "description": "IXO UI library",
4
5
  "author": "IXO",
5
6
  "homepage": "https://github.com/ixoworld/ixo-ui#readme",
@@ -20,8 +21,7 @@
20
21
  "bugs": {
21
22
  "url": "https://github.com/ixoworld/ixo-ui/issues"
22
23
  },
23
- "license": "SEE LICENSE IN LICENSE",
24
- "version": "0.0.1",
24
+ "license": "Apache-2.0",
25
25
  "type": "module",
26
26
  "sideEffects": false,
27
27
  "private": false,