postcss-urlrebase
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "postcss-urlrebase", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "PostCSS plugin Rebase URLs to a given root URL.", | ||
@@ -11,5 +11,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"test": "jest --coverage && eslint ." | ||
}, | ||
"author": "strarsis <strarsis@gmail.com>", | ||
@@ -21,32 +18,2 @@ "license": "MIT", | ||
}, | ||
"devDependencies": { | ||
"clean-publish": "^3.4.2", | ||
"eslint": "^8.0.1", | ||
"eslint-plugin-jest": "^25.2.2", | ||
"jest": "^27.3.1", | ||
"postcss": "^8.3.11" | ||
}, | ||
"eslintConfig": { | ||
"parserOptions": { | ||
"ecmaVersion": 2017 | ||
}, | ||
"env": { | ||
"node": true, | ||
"es6": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:jest/recommended" | ||
], | ||
"rules": { | ||
"jest/expect-expect": "off" | ||
} | ||
}, | ||
"jest": { | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100 | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -53,0 +20,0 @@ "postcss-value-parser": "^4.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
0
4559
5