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" + } }