Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 348d4de

Browse files
author
Robin Löffel
committed
fix(estatico-sass): adapt config schema
1 parent 80c8328 commit 348d4de

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/estatico-sass/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const schema = Joi.object().keys({
1818
src: [Joi.string().required(), Joi.array().required()],
1919
srcBase: Joi.string().required(),
2020
dest: Joi.string().required(),
21-
minifiedSuffix: Joi.string().required(),
2221
plugins: {
2322
sass: Joi.object().keys({
2423
includePaths: Joi.array().allow(null),

packages/estatico-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unic/estatico-sass",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Compiles Sass to CSS using node-sass and postcss.",
55
"main": "index.js",
66
"repository": "https://github.com/unic/estatico-nou.git",

0 commit comments

Comments
 (0)