primer-truncate
Advanced tools
Comparing version 1.1.0-alpha.35cfeeda to 1.1.0-alpha.36799d9b
{ | ||
"version": "1.1.0-alpha.35cfeeda", | ||
"version": "1.1.0-alpha.36799d9b", | ||
"name": "primer-truncate", | ||
@@ -22,6 +22,7 @@ "description": "Shorten text with an ellipsis.", | ||
"prepare": "npm run build", | ||
"test": "npm run build && stylelint **/*.scss -c .stylelintrc.json -s scss" | ||
"lint": "stylelint **/*.scss -c .stylelintrc.json -s scss", | ||
"test": "npm run build && npm run lint" | ||
}, | ||
"dependencies": { | ||
"primer-support": "^4.1.0-alpha.35cfeeda" | ||
"primer-support": "^4.1.0-alpha.36799d9b" | ||
}, | ||
@@ -31,3 +32,3 @@ "devDependencies": { | ||
"stylelint": "*", | ||
"stylelint-config-primer": "*" | ||
"stylelint-config-primer": "^2.0.0-0" | ||
}, | ||
@@ -34,0 +35,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11029