diff --git a/packages/babel-plugin-transform-async-to-module-method/package.json b/packages/babel-plugin-transform-async-to-module-method/package.json index 3f7ef9428a..cbd9393199 100644 --- a/packages/babel-plugin-transform-async-to-module-method/package.json +++ b/packages/babel-plugin-transform-async-to-module-method/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-transform-async-to-module-method", "version": "6.0.2", "description": "Turn async functions into a module method", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-async-to-module-method", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -14,4 +14,4 @@ "babel-types": "^6.0.2", "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}