@secretstache/wordpress-gutenberg 0.5.0 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,4 +1,14 @@
1
- ## Install
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
- ```