@equisoft/design-elements-web
Advanced tools
Comparing version 0.6.2 to 1.0.0
{ | ||
"name": "@equisoft/design-elements-web", | ||
"version": "0.6.2", | ||
"version": "1.0.0", | ||
"description": "Web components implementation of the Equisoft design system.", | ||
@@ -8,6 +8,6 @@ "license": "MIT", | ||
"scripts": { | ||
"build": "./scripts/build.sh", | ||
"prepublishOnly": "./scripts/prepublishOnly.sh", | ||
"start": "./scripts/start.sh", | ||
"lint": "./scripts/lint.sh" | ||
"lint": "yarn stylelint", | ||
"lint:ci": "mkdir -p build/lint/style && yarn stylelint:ci", | ||
"stylelint": "stylelint \"./style/**/*.scss\" \"./style/*.scss\"", | ||
"stylelint:ci": "stylelint --custom-formatter node_modules/stylelint-junit-formatter \"./style/**/*.scss\" \"./style/*.scss\" > build/lint/style/junit.xml" | ||
}, | ||
@@ -33,6 +33,7 @@ "files": [ | ||
"devDependencies": { | ||
"@equisoft/stylelint-scss-config": "^0.0.2", | ||
"stylelint": "^9.10.1", | ||
"stylelint-config-recommended": "^2.1.0" | ||
}, | ||
"gitHead": "5c51024c08396422e7b2db0f50c25d65d6541fd4" | ||
"stylelint-config-recommended": "^2.1.0", | ||
"stylelint-junit-formatter": "^0.2.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1992
1
4