diff --git a/package.json b/package.json index b9b243f..8c35b11 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,6 @@ "files": [ "index.js" ], - "dependencies": { - "css": "^2.0.0" - }, "author": "TJ Holowaychuk ", "license": "MIT", "repository": { @@ -19,5 +16,8 @@ "css", "parser", "stylesheet" - ] + ], + "dependencies": { + "css": "^3.0.0" + } }