Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
aboks committed Jul 24, 2019
1 parent bf11a3f commit afb2955
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"name": "stylelint-selector-tag-no-without-class",
"version": "2.0.0",
"version": "2.0.1",
"description": "Styelint plugin to disallow certain tags without a qualifying classname in selectors",
"keywords": ["stylelint-plugin", "stylelint", "css"],
"keywords": [
"stylelint-plugin",
"stylelint",
"css"
],
"main": "index.js",
"scripts": {
"test": "node test"
Expand All @@ -18,7 +22,7 @@
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.5"
"lodash": "^4.17.5"
},
"devDependencies": {
"stylelint": "^9.0.0",
Expand Down

0 comments on commit afb2955

Please sign in to comment.