From a2f46135e1debcc90711843a539afcfaaf79bcdd Mon Sep 17 00:00:00 2001 From: Mike Talbot Date: Wed, 6 Apr 2016 19:15:11 +0100 Subject: [PATCH] Update package.json --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c3e7e90..328f3fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "css-modules-loader-core", + "name": "css-modules-loader-core-source-map", "version": "1.0.0", - "description": "A loader-agnostic CSS Modules implementation, based on PostCSS", + "description": "A loader-agnostic CSS Modules implementation, based on PostCSS with source map support", "main": "lib/index.js", "directories": { "test": "test" @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/css-modules/css-modules-loader-core.git" + "url": "https://github.com/whydoidoit/css-modules-loader-core.git" }, "keywords": [ "css-modules", @@ -41,10 +41,10 @@ "files": [ "lib" ], - "author": "Glen Maddern", + "author": "Mike Talbot (Glen Maddern)", "license": "ISC", "bugs": { - "url": "https://github.com/css-modules/css-modules-loader-core/issues" + "url": "https://github.com/whydoidoit/css-modules-loader-core/issues" }, - "homepage": "https://github.com/css-modules/css-modules-loader-core" + "homepage": "https://github.com/whydoidoit/css-modules-loader-core" }