waffle-charts-cli 0.1.3 → 0.1.4
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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# WaffleCharts CLI 🧇
|
|
2
2
|
|
|
3
|
-
The official CLI for [WaffleCharts](https://
|
|
3
|
+
The official CLI for [WaffleCharts](https://surprisewaffles-io.github.io/waffle-charts).
|
|
4
4
|
|
|
5
5
|
> **Beautiful, Headless, Copy-Pasteable Charts for React.**
|
|
6
6
|
> Built with [Visx](https://airbnb.io/visx) and [Tailwind CSS](https://tailwindcss.com).
|
|
7
7
|
|
|
8
8
|
[](https://www.npmjs.com/package/waffle-charts-cli)
|
|
9
|
-
[](https://github.com/
|
|
9
|
+
[](https://github.com/surprisewaffles-io/waffle-charts/blob/main/LICENSE)
|
|
10
10
|
|
|
11
11
|
## Why WaffleCharts?
|
|
12
12
|
|
|
@@ -56,4 +56,4 @@ npx waffle-charts-cli add bar-chart line-chart
|
|
|
56
56
|
|
|
57
57
|
## License
|
|
58
58
|
|
|
59
|
-
MIT © [WaffleCharts](https://github.com/
|
|
59
|
+
MIT © [WaffleCharts](https://github.com/surprisewaffles-io/waffle-charts)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waffle-charts-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "CLI to add WaffleCharts components to your project",
|
|
5
5
|
"main": "bin/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"visx"
|
|
17
17
|
],
|
|
18
18
|
"repository": {
|
|
19
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/surprisewaffles-io/waffle-charts.git"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://
|
|
21
|
+
"homepage": "https://surprisewaffles-io.github.io/waffle-charts",
|
|
22
22
|
"author": "WaffleCharts Team",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"files": [
|