diff --git a/packages/babel-plugin-transform-merge-sibling-variables/package.json b/packages/babel-plugin-transform-merge-sibling-variables/package.json index 981240b45a..f5d19a62cc 100644 --- a/packages/babel-plugin-transform-merge-sibling-variables/package.json +++ b/packages/babel-plugin-transform-merge-sibling-variables/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-transform-merge-sibling-variables", "version": "6.0.2", "description": "Merge sibling variables into one.", - "repository": "babel-plugin-transform-merge-sibling-variables", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-merge-sibling-variables", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}