Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 11, 2020
1 parent e4a2418 commit 451e9be
Show file tree
Hide file tree
Showing 2 changed files with 205 additions and 153 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,42 @@
"nested"
],
"scripts": {
"test": "jest-ci --coverage && eslint-ci *.js && check-dts"
"test": "jest-ci --coverage && eslint-ci . && check-dts"
},
"author": "Andrey Sitnik <[email protected]>",
"license": "MIT",
"repository": "postcss/postcss-nested",
"dependencies": {
"postcss-selector-parser": "^6.0.2"
"engines": {
"node": ">=10.0"
},
"peerDependencies": {
"postcss": "postcss/postcss#ose"
"postcss": "postcss/postcss"
},
"dependencies": {
"postcss-selector-parser": "^6.0.2"
},
"devDependencies": {
"@logux/eslint-config": "^40.0.3",
"@logux/eslint-config": "^40.0.4",
"check-dts": "^0.3.3",
"clean-publish": "^1.1.8",
"eslint": "^7.7.0",
"eslint": "^7.8.1",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^1.0.2",
"eslint-plugin-prettierx": "^0.14.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^21.0.0",
"husky": "^4.2.5",
"husky": "^4.3.0",
"jest": "^26.4.2",
"jest-ci": "^0.1.1",
"lint-staged": "^10.2.11",
"postcss": "postcss/postcss#ose",
"postcss-sharec-config": "^0.1.1"
"lint-staged": "^10.3.0",
"postcss": "postcss/postcss",
"postcss-sharec-config": "^0.1.5"
},
"husky": {
"hooks": {
Expand All @@ -68,6 +71,6 @@
},
"sharec": {
"config": "postcss-sharec-config",
"version": "0.1.1"
"version": "0.1.5"
}
}
Loading

0 comments on commit 451e9be

Please sign in to comment.