Added attribution and changed author to me.
This commit is contained in:
		
							parent
							
								
									038e4123e6
								
							
						
					
					
						commit
						ea94628836
					
				|  | @ -3,3 +3,4 @@ | |||
| *~ | ||||
| npm-debug.log | ||||
| node_modules/* | ||||
| .idea | ||||
|  |  | |||
|  | @ -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 | ||||
|  |  | |||
|  | @ -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  | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										23
									
								
								package.json
								
								
								
								
							
							
						
						
									
										23
									
								
								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" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue