inline-style-parser
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "inline-style-parser", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "An inline style parser.", | ||
@@ -9,4 +9,5 @@ "main": "index.js", | ||
"clean": "rm -rf dist", | ||
"lint": "eslint --ignore-path .gitignore .", | ||
"lint": "eslint .", | ||
"lint:fix": "npm run lint -- --fix", | ||
"prepare": "husky", | ||
"prepublishOnly": "npm run lint && npm test && npm run build", | ||
@@ -16,4 +17,3 @@ "test": "jest", | ||
"test:esm": "node --test test/index.test.mjs", | ||
"test:watch": "jest --watch", | ||
"prepare": "husky" | ||
"test:watch": "jest --watch" | ||
}, | ||
@@ -35,14 +35,19 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/cli": "19.2.1", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
"@commitlint/cli": "19.4.1", | ||
"@commitlint/config-conventional": "19.4.1", | ||
"@eslint/compat": "1.1.1", | ||
"@eslint/eslintrc": "3.1.0", | ||
"@eslint/js": "9.9.1", | ||
"@rollup/plugin-commonjs": "26.0.1", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"css": "3.0.0", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"husky": "9.0.11", | ||
"eslint": "9.9.1", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"globals": "15.9.0", | ||
"husky": "9.1.5", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.2", | ||
"prettier": "3.2.5", | ||
"rollup": "4.13.0" | ||
"lint-staged": "15.2.9", | ||
"prettier": "3.3.3", | ||
"rollup": "4.21.1" | ||
}, | ||
@@ -49,0 +54,0 @@ "files": [ |
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
39561
17