diff --git a/package.json b/package.json index c977b1f..428e2e1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "sails-sentry", + "name": "sentry-sails", "version": "0.0.1", - "description": "A Sails.js hook for integrating Sentry, providing application monitoring and error tracking", + "description": "Sails SDK/hook for Sentry (https://sentry.io)", "main": "index.js", "scripts": {}, "keywords": [ @@ -14,12 +14,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/sailscastshq/sails-hook-sentry.git" + "url": "git+https://github.com/sailscastshq/sentry-sails.git" }, "bugs": { - "url": "https://github.com/sailscastshq/sails-hook-sentry/issues" + "url": "https://github.com/sailscastshq/sentry-sails/issues" }, - "homepage": "https://github.com/sailscastshq/sails-hook-sentry#readme", + "homepage": "https://github.com/sailscastshq/sentry-sails#readme", "sails": { "isHook": true, "hookName": "sentry"