auto-component 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/auto-component.svg)](https://www.npmjs.com/package/auto-component)
4
4
 
5
- > A tool to streamline component creation in React projects.
5
+ > A tool to streamline UI element creation in React projects by utilizing AI prompted generation
6
6
 
7
7
  ## Installation
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auto-component",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "main": "lib/index.js",
5
5
  "peerDependencies": {
6
6
  "react": "^18.2.0",
@@ -31,11 +31,11 @@
31
31
  },
32
32
  {
33
33
  "name": "Sam Patterson",
34
- "email": "contributor.email@example.com",
34
+ "email": "git@sampatt.com",
35
35
  "url": "https://github.com/sampatt"
36
36
  }
37
37
  ],
38
- "description": "Your package description goes here",
38
+ "description": "A tool to streamline UI element creation in React projects by utilizing AI prompted generation",
39
39
  "repository": {
40
40
  "type": "git",
41
41
  "url": "https://github.com/TimHuitt/auto-component"