File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " viget/viget-blocks-toolkit" ,
3
+ "description" : " Simplifying Block Registration and other additional features." ,
4
+ "keywords" : [
5
+ " wordpress" ,
6
+ " components" ,
7
+ " acf" ,
8
+ " gutenberg" ,
9
+ " blocks" ,
10
+ " editor" ,
11
+ " toolkit"
12
+ ],
13
+ "type" : " wordpress-plugin" ,
14
+ "homepage" : " https://github.com/vigetlabs/viget-blocks-toolkit" ,
15
+ "license" : " MIT" ,
16
+ "authors" : [
17
+ {
18
+ "name" : " Viget" ,
19
+ "homepage" : " https://viget.com/"
20
+ }
21
+ ],
22
+ "require" : {
23
+ "composer/installers" : " ~1.0"
24
+ },
25
+ "config" : {
26
+ "sort-packages" : true ,
27
+ "allow-plugins" : {
28
+ "composer/installers" : true
29
+ }
30
+ }
31
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "package" : {
3
+ "name" : " viget/viget-blocks-toolkit" ,
4
+ "version" : " 1.0.5" ,
5
+ "source" : {
6
+ "url" : " /root/path/not/relative/path/to/viget-blocks-toolkit/.git" ,
7
+ "type" : " git" ,
8
+ "reference" : " main"
9
+ }
10
+ }
11
+ }
You can’t perform that action at this time.
0 commit comments