b2b-tools 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 +1 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,7 @@ components.
19
19
  ## 📥 Installation (After npm publication)
20
20
 
21
21
  ```bash
22
- npm install @dlucho234/b2b-tools
22
+ npm install b2b-tools
23
23
  ```
24
24
 
25
25
  Then import components directly:
@@ -57,17 +57,3 @@ A modular and extensible data table component supporting:
57
57
  - Pagination
58
58
  - Strong typing
59
59
  - Standalone usage
60
-
61
- ---
62
-
63
- ## 🛠 Building the Library
64
-
65
- To generate a production-ready build:
66
-
67
- ```bash
68
- ng build b2b-tools
69
- ```
70
-
71
- The compiled output will be available in:
72
-
73
- dist/b2b-tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "b2b-tools",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.1.0",
6
6
  "@angular/core": "^21.1.0"