@justeat/fozzie
Advanced tools
Comparing version 7.4.0 to 8.0.0-beta.1
@@ -10,2 +10,12 @@ # Changelog | ||
v8.0.0-beta.1 | ||
------------------------------ | ||
*Feburary 9, 2022* | ||
### Changed | ||
- Attempting to remove reliance on eyeglass in favour of using sass-loader `includePaths` option to resolve imports to node_modules. | ||
Downside to this will be we are tied to using either webpack or a tool that allows similar functionality through it's resolver options. | ||
v7.4.0 | ||
@@ -12,0 +22,0 @@ ------------------------------ |
@@ -5,3 +5,3 @@ { | ||
"description": "UI Web Framework for the Just Eat Global Platform", | ||
"version": "7.4.0", | ||
"version": "8.0.0-beta.1", | ||
"main": "dist/js/index.js", | ||
@@ -50,3 +50,2 @@ "files": [ | ||
"@justeat/f-logger": "0.8.1", | ||
"fontfaceobserver": "2.1.0", | ||
"@justeat/js-test-buddy": "0.4.1", | ||
@@ -59,3 +58,5 @@ "@justeat/stylelint-config-fozzie": "2.2.0", | ||
"eslint-plugin-import": "2.25.2", | ||
"fontfaceobserver": "2.1.0", | ||
"jest": "27.3.0", | ||
"sass": "1.49.7", | ||
"stylelint": "13.13.1", | ||
@@ -68,11 +69,4 @@ "stylelint-scss": "3.21.0" | ||
"keywords": [ | ||
"fozzie", | ||
"eyeglass-module" | ||
"fozzie" | ||
], | ||
"eyeglass": { | ||
"name": "fozzie", | ||
"sassDir": "src/scss", | ||
"needs": "^3.0.2", | ||
"exports": false | ||
}, | ||
"scripts": { | ||
@@ -85,2 +79,3 @@ "compile": "babel -d dist src --ignore \"src/**/*.test.js\"", | ||
"test": "jest", | ||
"test:build": "sass --no-source-map --load-path=node_modules --style=compressed src/scss:dist/css", | ||
"test:cover": "jest --collect-coverage", | ||
@@ -87,0 +82,0 @@ "test:cover:CI": "cat coverage/lcov.info | coveralls" |
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
247215
20
1