style-to-object
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -321,1 +321,2 @@ (function (global, factory) { | ||
})); | ||
//# sourceMappingURL=style-to-object.js.map |
{ | ||
"name": "style-to-object", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Converts inline style to object.", | ||
@@ -15,5 +15,3 @@ "author": "Mark <mark@remarkablemark.org>", | ||
"scripts": { | ||
"build": "run-s build:*", | ||
"build:min": "NODE_ENV=production rollup --config --file dist/style-to-object.min.js --sourcemap", | ||
"build:unmin": "NODE_ENV=development rollup --config --file dist/style-to-object.js", | ||
"build": "rollup --config --failAfterWarnings", | ||
"clean": "rm -rf dist", | ||
@@ -51,12 +49,12 @@ "lint": "eslint --ignore-path .gitignore .", | ||
"devDependencies": { | ||
"@commitlint/cli": "17.6.7", | ||
"@commitlint/config-conventional": "17.6.7", | ||
"@rollup/plugin-commonjs": "25.0.3", | ||
"@rollup/plugin-node-resolve": "15.1.0", | ||
"@rollup/plugin-terser": "0.4.3", | ||
"@commitlint/cli": "17.8.0", | ||
"@commitlint/config-conventional": "17.8.0", | ||
"@rollup/plugin-commonjs": "25.0.5", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"dtslint": "4.2.1", | ||
"eslint": "8.46.0", | ||
"eslint-plugin-prettier": "5.0.0", | ||
"eslint": "8.51.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"husky": "8.0.3", | ||
"lint-staged": "13.2.3", | ||
"lint-staged": "14.0.1", | ||
"mocha": "10.2.0", | ||
@@ -66,5 +64,5 @@ "npm-run-all": "4.1.5", | ||
"pinst": "3.0.0", | ||
"prettier": "3.0.0", | ||
"rollup": "2.79.1", | ||
"typescript": "5.1.6" | ||
"prettier": "3.0.3", | ||
"rollup": "4.1.0", | ||
"typescript": "5.2.2" | ||
}, | ||
@@ -71,0 +69,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
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
41309
10
355