Skip to content

Commit

Permalink
Upgrade Sass and Stylelint
Browse files Browse the repository at this point in the history
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
  • Loading branch information
MauricioFauth committed May 31, 2019
1 parent e29fae4 commit 7a3064f
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 107 deletions.
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -17,17 +17,17 @@
"jquery.event.drag": "2.2.2",
"js-cookie": "2.2.0",
"popper.js": "^1.14.6",
"sass": "^1.15.0",
"sass": "^1.20.3",
"tracekit": "0.4.5",
"updated-jqplot": "1.0.9",
"zxcvbn": "4.4.2"
},
"devDependencies": {
"eslint": "^5.16.0",
"stylelint": "^9.8.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.4.0"
"stylelint": "^10.0.1",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.7.0"
},
"scripts": {
"postinstall": "yarn run --silent css-compile --quiet --style=compressed",
Expand Down

0 comments on commit 7a3064f

Please sign in to comment.