postcss-import-ext-glob
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -6,2 +6,6 @@ # Change Log | ||
## 2.1.1 - 2022-11-30 | ||
### Fixed | ||
- Upgraded dependencies. | ||
## 2.1.0 - 2022-11-30 | ||
@@ -8,0 +12,0 @@ ### Added |
@@ -5,3 +5,3 @@ const valueParser = require('postcss-value-parser'); | ||
const fg = require('fast-glob'); | ||
const sort = require('fast-sort'); | ||
const { sort } = require('fast-sort'); | ||
@@ -8,0 +8,0 @@ const SORTERS = ['asc', 'desc']; |
{ | ||
"name": "postcss-import-ext-glob", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A PostCSS plugin to extend postcss-import path resolver to allow glob usage as path", | ||
@@ -25,9 +25,23 @@ "license": "MIT", | ||
"scripts": { | ||
"publish": "clean-publish --files .nyc_output coverage fixtures" | ||
"lint": "eslint **/*.js", | ||
"test": "nyc --reporter=lcov --reporter=text ava", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls", | ||
"dev": "nodemon -e js -x \"npm run test\"" | ||
}, | ||
"dependencies": { | ||
"fast-glob": "^3.2.4", | ||
"fast-sort": "^2.2.0", | ||
"postcss-value-parser": "^4.1.0" | ||
"fast-glob": "^3.2.12", | ||
"fast-sort": "^3.2.0", | ||
"postcss-value-parser": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.1.0", | ||
"ava-postcss-tester": "^1.1.1", | ||
"babel-eslint": "^10.1.0", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.28.0", | ||
"nodemon": "^2.0.20", | ||
"nyc": "^15.1.0", | ||
"postcss": "^8.4.19", | ||
"postcss-import": "^15.0.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -34,0 +48,0 @@ "postcss": "^8.2.0" |
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
13566
13
249
9
+ Addedfast-sort@3.4.1(transitive)
- Removedfast-sort@2.2.0(transitive)
Updatedfast-glob@^3.2.12
Updatedfast-sort@^3.2.0
Updatedpostcss-value-parser@^4.2.0