-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "wordpress-starter-theme", | ||
"version": "1.0.0", | ||
"description": "A starter bare-bones Wordpress theme framework.", | ||
"description": "A starter bare-bones WordPress theme framework.", | ||
"main": "gulpfile.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
|
@@ -13,20 +13,19 @@ | |
"author": "40Digits", | ||
"contributors": [ | ||
{ | ||
"name": "Besim Huskic", | ||
"email": "[email protected]" | ||
"name": "Brandon Cash" | ||
}, | ||
{ | ||
"name": "Chad Watson", | ||
"email": "[email protected]" | ||
"name": "Besim Huskic" | ||
}, | ||
{ | ||
"name": "CK Hicks", | ||
"email": "[email protected]" | ||
"name": "Chad Watson" | ||
}, | ||
{ | ||
"name": "Grant Holle", | ||
"email": "[email protected]" | ||
"name": "CK Hicks" | ||
}, | ||
{ | ||
"name": "Grant Holle" | ||
} | ||
], | ||
"license": "ISC", | ||
|