Skip to content

Commit 120d973

Browse files
author
Your friendly neighborhood GH Actions Bot
committed
Build to 'release' from main#13ff452
2 parents 5431816 + 13ff452 commit 120d973

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ Thumbs.db
1919
*.swp
2020
*.swo
2121
*~
22+
23+
/vendor/

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "humanmade/hm-query-loop",
3+
"description": "WordPress Query Loop Block Tools",
4+
"type": "wordpress-plugin",
5+
"require": {
6+
"composer/installers": "^1 || ^2"
7+
},
8+
"license": "GPL-2.0-or-later",
9+
"authors": [
10+
{
11+
"name": "Human Made Limited",
12+
"email": "engineering@humanmade.com"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)