Skip to content

Commit 483da43

Browse files
committed
Use author from package.json for manifest
1 parent e9757a7 commit 483da43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gruntfile.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,7 @@ module.exports = function(grunt) {
8989
description: pkg.description,
9090
keywords: pkg.keywords,
9191
version: pkg.version,
92-
author: {
93-
name: pkg.author.name,
94-
url: pkg.author.url.replace( "master", pkg.version )
95-
},
92+
author: pkg.author,
9693
maintainers: pkg.maintainers,
9794
licenses: pkg.licenses.map(function( license ) {
9895
license.url = license.url.replace( "master", pkg.version );

ajaxQueue.jquery.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"version": "0.1.2pre",
1010
"author": {
1111
"name": "Corey Frang",
12+
"email": "[email protected]",
1213
"url": "https://github.com/gnarf37"
1314
},
1415
"maintainers": [

0 commit comments

Comments
 (0)