From c222b1324358dfe396ce3ba86749e4b854da74dd Mon Sep 17 00:00:00 2001 From: Jason Kurian Date: Sun, 12 Feb 2017 12:50:30 -0500 Subject: [PATCH] chore(package): fix meta info about package --- package.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 321b4ae..f184979 100644 --- a/package.json +++ b/package.json @@ -14,18 +14,21 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/vieron/stylelint-webpack-plugin.git" + "url": "git+https://github.com/JaKXz/stylelint-webpack-plugin.git" }, "author": "Javier Sánchez-Marín ", + "maintainers": [ + "Jason Kurian " + ], "license": "MIT", "bugs": { - "url": "https://github.com/vieron/stylelint-webpack-plugin/issues" + "url": "https://github.com/JaKXz/stylelint-webpack-plugin/issues" }, "files": [ "index.js", "lib" ], - "homepage": "https://github.com/vieron/stylelint-webpack-plugin#readme", + "homepage": "https://github.com/JaKXz/stylelint-webpack-plugin#readme", "peerDependencies": { "stylelint": "^7.7.0", "webpack": "^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"