Skip to content

Commit 9d733d9

Browse files
authored
Merge pull request #4 from JodiWarren/master
Add composer.json
2 parents 0b1b7f6 + 192d11a commit 9d733d9

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
.Trashes
88
ehthumbs.db
99
Thumbs.db
10+
11+
/vendor/

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "nickford/acf-swatch",
3+
"description": "This is a simple ACF Add-on field allowing the creation of color swatches that behave as radio buttons.",
4+
"authors": [
5+
{
6+
"name": "Nick Ford",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"require": {},
11+
"version": "1.0.0",
12+
"type": "wordpress-plugin"
13+
}

0 commit comments

Comments
 (0)