@justeat/fozzie
Advanced tools
Comparing version 9.0.0-beta.5 to 9.0.0-beta.6
@@ -5,3 +5,3 @@ { | ||
"description": "UI Web Framework for the Just Eat Global Platform", | ||
"version": "9.0.0-beta.5", | ||
"version": "9.0.0-beta.6", | ||
"main": "dist/js/index.js", | ||
@@ -57,4 +57,6 @@ "files": [ | ||
"fontfaceobserver": "2.1.0", | ||
"glob": "8.0.3", | ||
"jest": "27.3.0", | ||
"sass": "1.49.7", | ||
"sass-true": "6.1.0", | ||
"stylelint": "13.13.1", | ||
@@ -75,3 +77,4 @@ "stylelint-scss": "3.21.0" | ||
"prepare": "concurrently -n \"lint,compile,test\" -c \"blue,yellow,green\" \"yarn lint\" \"yarn compile\" \"yarn test\" --kill-others-on-fail", | ||
"test": "jest", | ||
"test": "jest --config=jest.config.js", | ||
"test:scss": "jest --config=src/test/scss/jest.config.js", | ||
"test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css", | ||
@@ -78,0 +81,0 @@ "test:cover": "jest --collect-coverage", |
Sorry, the diff of this file is too big to display
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
270905
22