@secretstache/wordpress-gutenberg 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +13 -3
- package/build/index.js +3 -3
- package/build/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.d.ts +152 -0
- package/src/utils/constants.js +0 -6
- package/src/utils/helpers.js +20 -1
package/README.md
CHANGED
@@ -1,4 +1,14 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
# @secretstache/wordpress-gutenberg
|
2
|
+
|
3
|
+
A collection of utilities and components for WordPress Gutenberg development.
|
4
|
+
|
5
|
+
## Requirements
|
6
|
+
|
7
|
+
- Node.js >= 20
|
8
|
+
- WordPress with Gutenberg editor
|
9
|
+
- React >= 18.0.0
|
10
|
+
|
11
|
+
## Installation
|
12
|
+
|
13
|
+
```bash
|
3
14
|
yarn add @secretstache/wordpress-gutenberg
|
4
|
-
```
|