diff --git a/package.json b/package.json index 0be8b47..d3db9e8 100644 --- a/package.json +++ b/package.json @@ -2,12 +2,20 @@ "name": "css-stringify", "version": "1.3.1", "description": "CSS compiler", - "keywords": ["css", "stringify", "stylesheet"], + "keywords": [ + "css", + "stringify", + "stylesheet" + ], "author": "TJ Holowaychuk ", "devDependencies": { "mocha": "*", "should": "*", "css-parse": "1.4.0" }, - "main": "index" + "main": "index", + "repository": { + "type": "git", + "url": "https://github.com/visionmedia/css-stringify.git" + } }