diff --git a/.gitignore b/.gitignore index db3f887..ff0456f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *~ npm-debug.log node_modules/* +.idea diff --git a/LICENSE-MIT b/LICENSE-MIT index 17416f9..5c43c07 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,6 @@ -Copyright (c) 2012 Ken Elf Mathieu Sternberg +Copyright (c) +2012 Ken Elf Mathieu Sternberg +2014 Sam Hiatt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index ba68fa6..6bf6a29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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 diff --git a/package.json b/package.json index dc2107a..55b1807 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,23 @@ { "name": "grunt-couchapp", "description": "A grunt plugin for building and uploading couchapps", - "version": "0.2.1", + "version": "0.2.2", "homepage": "https://github.com/garbados/grunt-couchapp", "author": { - "name": "Ken Elf Mathieu Sternberg", - "email": "elf.sternberg@gmail.com", - "url": "http://elfsternberg.com" + "name":"Sam Hiatt", + "email": "sam.hiatt@weather.com" }, - "contributors": [{ - "name": "Max Thayer", - "email": "garbados@gmail.com", - "url": "http://maxthayer.org" - }], + "contributors": [ + { + "name": "Ken Elf Mathieu Sternberg", + "email": "elf.sternberg@gmail.com", + "url": "http://elfsternberg.com" + },{ + "name": "Max Thayer", + "email": "garbados@gmail.com", + "url": "http://maxthayer.org" + } + ], "repository": { "type": "git", "url": "git://github.com/garbados/grunt-couchapp.git"