@coopdigital/component-search
Advanced tools
Comparing version 1.0.18 to 1.0.19
{ | ||
"name": "@coopdigital/component-search", | ||
"version": "1.0.18", | ||
"version": "1.0.19", | ||
"description": "Co-op Component Search", | ||
"main": "src/component.html", | ||
"style": "src/component.css", | ||
"main": "dist/component.css", | ||
"style": "src/component.pcss", | ||
"author": "Matt Tyas (matt.tyas@coopdigital.co.uk)", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"lint": "stylelint 'src/*.{css,pcss}' --config '../../.stylelintrc.js' --fix", | ||
"build": "postcss src/*.pcss --dir dist/ --config '../../.postcssrc' --ext css", | ||
"build": "postcss src/*.pcss --dir dist/ --config '../../postcss.config.js' --ext css", | ||
"dist": "npm run build && npm run lint", | ||
@@ -25,15 +25,18 @@ "init": "rm -rf ./.git && git init" | ||
"devDependencies": { | ||
"@coopdigital/foundations-vars": "^2.2.6", | ||
"autoprefixer": "^9.3.1", | ||
"cssnano": "^4.1.9", | ||
"postcss": "^7.0.5", | ||
"postcss-cli": "^6.0.1", | ||
"@coopdigital/foundations-vars": "^2.2.7", | ||
"autoprefixer": "^9.8.5", | ||
"cssnano": "^4.1.10", | ||
"postcss": "^7.0.32", | ||
"postcss-calc": "^7.0.2", | ||
"postcss-cli": "^7.1.1", | ||
"postcss-custom-media": "^7.0.8", | ||
"postcss-custom-properties": "^9.1.1", | ||
"postcss-import": "^12.0.1", | ||
"precss": "^3.1.2", | ||
"prettier": "^1.14.3", | ||
"stylelint": "^9.7.0", | ||
"stylelint-config-prettier": "^4.0.0", | ||
"stylelint-prettier": "^1.0.3" | ||
"postcss-nesting": "^7.0.1", | ||
"prettier": "^2.0.5", | ||
"stylelint": "^13.6.1", | ||
"stylelint-config-prettier": "^8.0.2", | ||
"stylelint-prettier": "^1.1.2" | ||
}, | ||
"gitHead": "0382100cf791a5ad6e49500ae1c89a31721d7c31" | ||
"gitHead": "f9af51d2a85cc7713e47856228e3266a58dcd143" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14110
14
14