From 6fefdc8aa3f01cea754484f756c792b29edcbf21 Mon Sep 17 00:00:00 2001 From: biati-digital Date: Sun, 10 Oct 2021 07:15:05 +0000 Subject: [PATCH] Release v2.0.0 --- package.json | 76 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/package.json b/package.json index 0ae5243..e06f61e 100644 --- a/package.json +++ b/package.json @@ -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" + ] + } +}