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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. 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://mbuchthal.github.io/waffle-charts).
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
  [![NPM Version](https://img.shields.io/npm/v/waffle-charts-cli)](https://www.npmjs.com/package/waffle-charts-cli)
9
- [![License](https://img.shields.io/npm/l/waffle-charts-cli)](https://github.com/mbuchthal/waffle-charts/blob/main/LICENSE)
9
+ [![License](https://img.shields.io/npm/l/waffle-charts-cli)](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/mbuchthal/waffle-charts)
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",
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/mbuchthal/waffle-charts.git"
19
+ "url": "git+https://github.com/surprisewaffles-io/waffle-charts.git"
20
20
  },
21
- "homepage": "https://mbuchthal.github.io/waffle-charts",
21
+ "homepage": "https://surprisewaffles-io.github.io/waffle-charts",
22
22
  "author": "WaffleCharts Team",
23
23
  "license": "MIT",
24
24
  "files": [