Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
biati-digital committed Oct 10, 2021
1 parent 6c3d53e commit 6fefdc8
Showing 1 changed file with 38 additions and 38 deletions.
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"name": "modify-selectors",
"version": "1.1.14",
"description": "PostCSS plugin to modify CSS selectors",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"selectors",
"node modules",
"npm"
],
"author": "biati digital",
"license": "MIT",
"repository": "https://github.com/biati-digital/postcss-modify-selectos.git",
"files": [
"index.js"
],
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"scripts": {
"lint": "eslint . --fix",
"pretest": "npm run lint",
"test": "ava"
},
"eslintConfig": {
"extends": "eslint-config-problems",
"env": {
"node": true
},
"plugins": [
"prettier"
]
}
}
"name": "modify-selectors",
"version": "2.0.0",
"description": "PostCSS plugin to modify CSS selectors",
"keywords": [
"css",
"postcss",
"postcss-plugin",
"selectors",
"node modules",
"npm"
],
"author": "biati digital",
"license": "MIT",
"repository": "https://github.com/biati-digital/postcss-modify-selectos.git",
"files": [
"index.js"
],
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"scripts": {
"lint": "eslint . --fix",
"pretest": "npm run lint",
"test": "ava"
},
"eslintConfig": {
"extends": "eslint-config-problems",
"env": {
"node": true
},
"plugins": [
"prettier"
]
}
}

0 comments on commit 6fefdc8

Please sign in to comment.