Reverting inadvertantly-committed changes to README and author/contributors in package.json.
This commit is contained in:
parent
f7b70e9f5e
commit
37928a8ed6
|
@ -1,7 +1,6 @@
|
|||
# grunt-couchapp
|
||||
|
||||
A grunt plugin for building and installing couchapps,
|
||||
forked from https://github.com/garbados/grunt-couchapp
|
||||
A grunt plugin for building and installing couchapps
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
13
package.json
13
package.json
|
@ -4,18 +4,19 @@
|
|||
"version": "0.2.2",
|
||||
"homepage": "https://github.com/garbados/grunt-couchapp",
|
||||
"author": {
|
||||
"name":"Sam Hiatt",
|
||||
"email": "sam.hiatt@weather.com"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Ken Elf Mathieu Sternberg",
|
||||
"email": "elf.sternberg@gmail.com",
|
||||
"url": "http://elfsternberg.com"
|
||||
},{
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Max Thayer",
|
||||
"email": "garbados@gmail.com",
|
||||
"url": "http://maxthayer.org"
|
||||
},
|
||||
{
|
||||
"name":"Sam Hiatt",
|
||||
"email": "sam.hiatt@weather.com"
|
||||
}
|
||||
],
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue