From 2018d9948f624bb975779cf28efe97778756021e Mon Sep 17 00:00:00 2001 From: Forbes Lindesay Date: Wed, 21 Aug 2013 09:40:02 -0700 Subject: [PATCH] add repository field to readme --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2138af8..bd9ae03 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,20 @@ "name": "css-parse", "version": "1.5.2", "description": "CSS parser", - "keywords": ["css", "parser", "stylesheet"], + "keywords": [ + "css", + "parser", + "stylesheet" + ], "author": "TJ Holowaychuk ", "license": "MIT", "devDependencies": { "mocha": "*", "should": "*" }, - "main": "index" + "main": "index", + "repository": { + "type": "git", + "url": "https://github.com/visionmedia/css-parse.git" + } }