From 83d8fa71f44bba4a28890860481064805c52a15e Mon Sep 17 00:00:00 2001 From: James Kyle Date: Fri, 30 Oct 2015 11:20:49 -0700 Subject: [PATCH] Update package.json --- packages/babel-plugin-syntax-decorators/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-syntax-decorators/package.json b/packages/babel-plugin-syntax-decorators/package.json index 281f5b8811..4f1a41144a 100644 --- a/packages/babel-plugin-syntax-decorators/package.json +++ b/packages/babel-plugin-syntax-decorators/package.json @@ -2,7 +2,7 @@ "name": "babel-plugin-syntax-decorators", "version": "6.0.2", "description": "Allow parsing of decorators", - "repository": "babel/babel", + "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-decorators", "license": "MIT", "main": "lib/index.js", "keywords": [ @@ -11,4 +11,4 @@ "dependencies": { "babel-runtime": "^6.0.2" } -} \ No newline at end of file +}