@rhammy/architect-core 1.0.0 → 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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,17 +28,17 @@
28
28
  ### Installation
29
29
 
30
30
  ```bash
31
- npm install @architect/core
31
+ npm install @rhammy/architect-core
32
32
  # or
33
- yarn add @architect/core
33
+ yarn add @rhammy/architect-core
34
34
  # or
35
- pnpm add @architect/core
35
+ pnpm add @rhammy/architect-core
36
36
  ```
37
37
 
38
38
  ### Basic Usage
39
39
 
40
40
  ```tsx
41
- import { Button, Dialog, Input } from '@architect/core';
41
+ import { Button, Dialog, Input } from '@rhammy/architect-core';
42
42
 
43
43
  function App() {
44
44
  return (
@@ -331,7 +331,7 @@ Contributions are welcome! Please read our contributing guidelines before submit
331
331
 
332
332
  ## 📝 License
333
333
 
334
- MIT © [Your Name]
334
+ MIT © RahmanC
335
335
 
336
336
  ## 🙏 Acknowledgments
337
337
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rhammy/architect-core",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A production-ready, accessible React component library with 13 components and 254 tests",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",