postcss-autoreset
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "postcss-autoreset", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "PostCSS plugin for partial styles reset", | ||
"main": "index.js", | ||
"scripts": { | ||
"lint": "eslint index.js lib/ test/", | ||
"test": "yarn run lint && yarn run test-unit", | ||
"test-unit": "mocha test/index.js", | ||
"test-dev": "mocha -w test/index.js", | ||
"precommit": "yarn test" | ||
}, | ||
"repository": { | ||
@@ -32,2 +39,10 @@ "type": "git", | ||
}, | ||
"devDependencies": { | ||
"clean-publish": "^1.1.8", | ||
"eslint": "^7.10.0", | ||
"eslint-plugin-mocha": "^8.0.0", | ||
"husky": "^4.3.0", | ||
"mocha": "^8.1.3", | ||
"postcss": "^8.1.1" | ||
}, | ||
"peerDependency": { | ||
@@ -38,3 +53,16 @@ "postcss": "^8.1.1" | ||
"postcss-js": "^3.0.1" | ||
}, | ||
"eslintConfig": { | ||
"parserOptions": { | ||
"ecmaVersion": 2017 | ||
}, | ||
"env": { | ||
"node": true, | ||
"mocha": true | ||
}, | ||
"extends": [ | ||
"eslint:recommended", | ||
"plugin:mocha/recommended" | ||
] | ||
} | ||
} |
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
10636
6