diff --git a/packages/babel-plugin-transform-flow-strip-types/package.json b/packages/babel-plugin-transform-flow-strip-types/package.json index 80782a0cb1..ccdb992a78 100644 --- a/packages/babel-plugin-transform-flow-strip-types/package.json +++ b/packages/babel-plugin-transform-flow-strip-types/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-transform-flow-strip-types", "version": "6.0.2", "description": "Strip flow type annotations from your output code.", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -12,4 +12,4 @@ "babel-runtime": "^6.0.2", "babel-plugin-syntax-flow": "^6.0.2" } -} \ No newline at end of file +}