Skip to content

Commit

Permalink
feat(*): update packages and add selector-max-pseudo-class
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrendo authored and alan-agius4 committed Apr 23, 2018
1 parent 69c1689 commit 9eb8d69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions config/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"selector-list-comma-newline-after": "always",
"selector-list-comma-space-before": "never",
"selector-max-empty-lines": 1,
"selector-max-pseudo-class": 2,
"selector-pseudo-class-case": "lower",
"selector-pseudo-element-case": "lower",
"selector-pseudo-element-colon-notation": "double",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speedy/build-tools",
"version": "0.7.0",
"version": "0.7.1",
"description": "Node CLI/API for build tools and utilities such as linting (html, sass, ts), clean, compile, etc... in order to simplify building libraries and applications.",
"main": "./dist/index.js",
"bin": {
Expand Down Expand Up @@ -39,27 +39,27 @@
"release": "npm publish"
},
"dependencies": {
"@speedy/node-core": "^1.1.0",
"@speedy/node-core": "^1.4.0",
"@speedy/require-cache": "^1.2.0",
"@types/htmlhint": "^0.9.1",
"@types/stylelint": "^7.11.0",
"@types/yargs": "^10.0.1",
"@types/yargs": "^11.0.0",
"chalk": "^2.2.0",
"htmlhint": "^0.9.13",
"lodash": "^4.17.4",
"rimraf": "^2.6.0",
"stylelint": "^8.4.0",
"stylelint-scss": "^2.2.0",
"stylelint": "^9.2.0",
"stylelint-scss": "^3.0.1",
"tslint": "^5.0.0",
"yargs": "^10.0.3"
"yargs": "^11.0.0"
},
"devDependencies": {
"@speedy/commit-msg-hook": "^1.3.0",
"@types/cpx": "^1.5.0",
"@types/jasmine": "^2.5.41",
"@types/lodash": "^4.14.51",
"@types/mock-fs": "^3.6.30",
"@types/node": "^8.0.7",
"@types/node": "^9.6.6",
"@types/rimraf": "^2.0.2",
"conventional-changelog-cli": "^1.3.1",
"cpx": "^1.5.0",
Expand Down

0 comments on commit 9eb8d69

Please sign in to comment.