Skip to content

Commit

Permalink
Update devDependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 10, 2019
1 parent ff4c35f commit 03fdf06
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"stylelint-config-bootstrap/scss"
"stylelint-config-twbs-bootstrap/scss"
]
}
106 changes: 58 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@
"popper.js": "^1.14.6",
"postcss-cli": "^6.1.1",
"qunit": "^2.9.1",
"rollup": "^1.0.2",
"rollup-plugin-babel": "^4.2.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"shelljs": "^0.8.3",
"shx": "^0.3.2",
"sinon": "^7.2.2",
"stylelint": "^9.9.0",
"stylelint-config-bootstrap": "twbs/stylelint-config-bootstrap#v0.1.0",
"stylelint-config-twbs-bootstrap": "^0.2.1",
"uglify-js": "^3.4.9",
"vnu-jar": "18.11.5"
},
Expand Down
2 changes: 1 addition & 1 deletion site/docs/4.2/examples/.stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"stylelint-config-bootstrap/css"
"stylelint-config-twbs-bootstrap/css"
],
"rules": {
"at-rule-no-vendor-prefix": null,
Expand Down

0 comments on commit 03fdf06

Please sign in to comment.