diff --git a/package.json b/package.json index 3d3442c..d74a888 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "repository": "https://github.com/budparr/hugopipes-tailwindcss", "author": "budparr ", "license": "MIT", - "scripts": { + "scripts": { "start": "hugo" }, - "devDependencies": { + "devDependencies": { "autoprefixer": "^9.0.1", - "postcss": "^7.0.1", - "postcss-cli": "^6.0.0" + "postcss": "^5.0.0", + "postcss-cli": "^5.0.0" } }