Skip to content

Commit

Permalink
v0.2.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehDutchenko committed Mar 25, 2020
1 parent a65ee2b commit ebd4b11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "stylelint-config-wezom-relax-scss",
"version": "0.1.0-alpha",
"version": "0.2.0-alpha",
"description": "shareable SCSS config for stylelint based on stylelint-config-recommended-scss and stylelint-config-wezom-relax",
"main": "index.js",
"files": [
"index.js"
],
"scripts": {
"test": "jest",
"stylelint-valid": "stylelint \"__tests__/**/valid.scss\" --config ./index.js",
Expand Down Expand Up @@ -56,6 +59,6 @@
},
"dependencies": {
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-wezom-relax": "0.1.0-alpha"
"stylelint-config-wezom-relax": "^0.2.0-alpha"
}
}

0 comments on commit ebd4b11

Please sign in to comment.