From fab250e59f2e6821ede8b8fa270e47648e99c3e1 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 20 Aug 2015 19:44:06 +0700 Subject: [PATCH] package.json tweaks --- package.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 86747d0..51f3920 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "grunt-usemin", "version": "3.0.0", "license": "BSD-2-Clause", - "author": "The Yeoman Team", - "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).", + "author": "Yeoman", + "description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views)", "keywords": [ "gruntplugin", "usemin", @@ -12,14 +12,7 @@ "css", "optimize" ], - "homepage": "https://github.com/yeoman/grunt-usemin", - "repository": { - "type": "git", - "url": "https://github.com/yeoman/grunt-usemin.git" - }, - "bugs": { - "url": "https://github.com/yeoman/grunt-usemin/issues" - }, + "repository": "yeoman/grunt-usemin", "scripts": { "test": "grunt test" },