node-css-require
Advanced tools
Comparing version 0.4.10 to 0.4.11
{ | ||
"name": "node-css-require", | ||
"version": "0.4.10", | ||
"version": "0.4.11", | ||
"description": "Load CSS modules when running Node.js CLI and server applications", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"publish": "utils-git changed --exec \"yarn npm publish $@\"", | ||
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"test": "jest --passWithNoTests --config=./jest.config.js --runInBand", | ||
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"" | ||
@@ -44,3 +44,3 @@ }, | ||
"devDependencies": { | ||
"@goldstack/utils-git": "0.2.10", | ||
"@goldstack/utils-git": "0.2.11", | ||
"@swc/core": "^1.9.3", | ||
@@ -47,0 +47,0 @@ "@swc/jest": "^0.2.37", |
10519