moondust 0.0.0 → 0.0.1

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 +7 -7
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,27 +1,27 @@
1
1
  <p>
2
- <img width="100%" src="https://assets.solidjs.com/banner?type=Nebula&background=tiles&project=%20" alt="Nebula">
2
+ <img width="100%" src="https://assets.solidjs.com/banner?type=Moondust&background=tiles&project=%20" alt="Moondust">
3
3
  </p>
4
4
 
5
- # Nebula
5
+ # Moondust
6
6
 
7
7
  [![pnpm](https://img.shields.io/badge/maintained%20with-pnpm-cc00ff.svg?style=for-the-badge&logo=pnpm)](https://pnpm.io/)
8
8
 
9
- Nebula is a component library designed with many themes in mind and customizable props.
9
+ Moondust is a component library designed with many themes in mind and customizable props.
10
10
 
11
11
  ## Quick start
12
12
 
13
13
  Install it:
14
14
 
15
15
  ```bash
16
- npm i nebula
16
+ npm i noondust
17
17
  # or
18
- yarn add nebula
18
+ yarn add noondust
19
19
  # or
20
- pnpm add nebula
20
+ pnpm add noondust
21
21
  ```
22
22
 
23
23
  Use it:
24
24
 
25
25
  ```tsx
26
- import nebula from "nebula";
26
+ import noondust from "noondust";
27
27
  ```
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "moondust",
3
- "version": "0.0.0",
4
- "description": "Nebula is a component library designed with many themes in mind and customizable props.",
3
+ "version": "0.0.1",
4
+ "description": "Moondust is a component library designed with many themes in mind and customizable props.",
5
5
  "license": "MIT",
6
6
  "author": "Zackary Santana",
7
7
  "contributors": [],
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/zackarysantana/nebula.git"
10
+ "url": "git+https://github.com/zackarysantana/noondust.git"
11
11
  },
12
- "homepage": "https://github.com/zackarysantana/nebula#readme",
12
+ "homepage": "https://github.com/zackarysantana/noondust#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/zackarysantana/nebula/issues"
14
+ "url": "https://github.com/zackarysantana/noondust/issues"
15
15
  },
16
16
  "files": [
17
17
  "dist"