moondust 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.
- package/README.md +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -13,15 +13,15 @@ Moondust is a component library designed with many themes in mind and customizab
|
|
|
13
13
|
Install it:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm i
|
|
16
|
+
npm i moondust
|
|
17
17
|
# or
|
|
18
|
-
yarn add
|
|
18
|
+
yarn add moondust
|
|
19
19
|
# or
|
|
20
|
-
pnpm add
|
|
20
|
+
pnpm add moondust
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Use it:
|
|
24
24
|
|
|
25
25
|
```tsx
|
|
26
|
-
import
|
|
26
|
+
import moondust from "moondust";
|
|
27
27
|
```
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "moondust",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
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/
|
|
10
|
+
"url": "git+https://github.com/zackarysantana/moondust.git"
|
|
11
11
|
},
|
|
12
|
-
"homepage": "https://github.com/zackarysantana/
|
|
12
|
+
"homepage": "https://github.com/zackarysantana/moondust#readme",
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/zackarysantana/
|
|
14
|
+
"url": "https://github.com/zackarysantana/moondust/issues"
|
|
15
15
|
},
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|