diff --git a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json index ba3ad23b08..2849a80579 100644 --- a/packages/babel-plugin-transform-es2015-shorthand-properties/package.json +++ b/packages/babel-plugin-transform-es2015-shorthand-properties/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-transform-es2015-shorthand-properties", "version": "6.0.2", "description": "Compile ES2015 shorthand properties to ES5", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -12,4 +12,4 @@ "babel-types": "^6.0.2", "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}