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
|
# grunt-couchapp
|
||||||
|
|
||||||
A grunt plugin for building and installing couchapps,
|
A grunt plugin for building and installing couchapps
|
||||||
forked from https://github.com/garbados/grunt-couchapp
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|
13
package.json
13
package.json
|
@ -4,18 +4,19 @@
|
||||||
"version": "0.2.2",
|
"version": "0.2.2",
|
||||||
"homepage": "https://github.com/garbados/grunt-couchapp",
|
"homepage": "https://github.com/garbados/grunt-couchapp",
|
||||||
"author": {
|
"author": {
|
||||||
"name":"Sam Hiatt",
|
|
||||||
"email": "sam.hiatt@weather.com"
|
|
||||||
},
|
|
||||||
"contributors": [
|
|
||||||
{
|
|
||||||
"name": "Ken Elf Mathieu Sternberg",
|
"name": "Ken Elf Mathieu Sternberg",
|
||||||
"email": "elf.sternberg@gmail.com",
|
"email": "elf.sternberg@gmail.com",
|
||||||
"url": "http://elfsternberg.com"
|
"url": "http://elfsternberg.com"
|
||||||
},{
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
"name": "Max Thayer",
|
"name": "Max Thayer",
|
||||||
"email": "garbados@gmail.com",
|
"email": "garbados@gmail.com",
|
||||||
"url": "http://maxthayer.org"
|
"url": "http://maxthayer.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"Sam Hiatt",
|
||||||
|
"email": "sam.hiatt@weather.com"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue