Skip to content

Commit

Permalink
[FIX] Switch to maintained fork of "css" package (#272)
Browse files Browse the repository at this point in the history
Co-authored-by: Merlin Beutlberger <m.beutlberger@sap.com>
  • Loading branch information
ryenus and RandomByte committed Jan 23, 2023
1 parent 9394d84 commit 0bb592d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 75 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
@@ -1,7 +1,7 @@
"use strict";

const path = require("path");
const css = require("css");
const css = require("@adobe/css-tools");


const diff = require("./diff");
Expand Down
90 changes: 18 additions & 72 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,8 +82,8 @@
"url": "git@github.com:SAP/less-openui5.git"
},
"dependencies": {
"@adobe/css-tools": "^4.0.2",
"clone": "^2.1.2",
"css": "^3.0.0",
"mime": "^1.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/test-diff.js
Expand Up @@ -2,7 +2,7 @@
"use strict";

const assert = require("assert");
const css = require("css");
const css = require("@adobe/css-tools");
const fs = require("fs");
const path = require("path");

Expand Down

0 comments on commit 0bb592d

Please sign in to comment.