Skip to content

Commit

Permalink
Merge pull request #95 from gregrickaby/master
Browse files Browse the repository at this point in the history
Update package.json to new format. Fixes #91
  • Loading branch information
gregrickaby committed Oct 26, 2015
2 parents 3db68bd + 32a8f3a commit c4c946f
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@
"version": "1.0.0",
"description": "A theme boilerplate for WebDevStudios.",
"author": "WebDevStudios",
"homepage": "https://github.com/WebDevStudios/_s",
"bugs": "https://github.com/WebDevStudios/_s/issues",
"repository": {
"type": "git",
"url": "git://github.com/WebDevStudios/_s.git"
},
"licenses": [
{
"type": "GPL-2.0+",
"url": "https://github.com/WebDevStudios/_s/blob/master/LICENSE"
}
],
"contributors": "https://github.com/WebDevStudios/_s/graphs/contributors",
"type": "git",
"url": "https://github.com/WebDevStudios/wd_s"
},
"bugs": {
"url": "https://github.com/WebDevStudios/wd_s/issues/"
},
"devDependencies": {
"css-parse": "latest",
"glob": "latest",
Expand Down Expand Up @@ -44,5 +38,6 @@
"grunt-update-submodules": "latest",
"grunt-wp-i18n": "latest",
"load-grunt-tasks": "latest"
}
},
"license": "GPL-2.0+"
}

0 comments on commit c4c946f

Please sign in to comment.