From 7725e768aa765ea841fe7532d386c3fb7a22390d Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:37:03 -0700 Subject: [PATCH] Update package.json --- .../package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}