waffle-batch 0.1.1 → 0.1.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 +1 -1
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -28,7 +28,7 @@ You can use `waffle-batch` as a standalone library in your React application.
|
|
|
28
28
|
```bash
|
|
29
29
|
npm install waffle-batch
|
|
30
30
|
# OR
|
|
31
|
-
npm install git+https://github.com/
|
|
31
|
+
npm install git+https://github.com/surprisewaffles-io/waffle-batch.git
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
**Peer Dependencies:**
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "waffle-batch",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/surprisewaffles-io/waffle-batch.git"
|
|
7
|
+
},
|
|
8
|
+
"homepage": "https://surprisewaffles-io.github.io/waffle-batch",
|
|
4
9
|
"type": "module",
|
|
5
10
|
"main": "./dist/lib/waffle-batch.cjs",
|
|
6
11
|
"module": "./dist/lib/waffle-batch.js",
|