diff --git a/packages/babel-helper-get-function-arity/package.json b/packages/babel-helper-get-function-arity/package.json index 1eda22082d..7eaac8beea 100644 --- a/packages/babel-helper-get-function-arity/package.json +++ b/packages/babel-helper-get-function-arity/package.json @@ -2,11 +2,11 @@ "name": "babel-helper-get-function-arity", "version": "6.0.2", "description": "", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-get-function-arity", "license": "MIT", "main": "lib/index.js", "dependencies": { "babel-runtime": "^6.0.2", "babel-types": "^6.0.2" } -} \ No newline at end of file +}