diff --git a/examples/next.js/package.json b/examples/next.js/package.json index ea03d89..7273808 100644 --- a/examples/next.js/package.json +++ b/examples/next.js/package.json @@ -25,7 +25,7 @@ "devDependencies": { "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", - "eslint-plugin-rtl-friendly": "^0.0.3", + "eslint-plugin-rtl-friendly": "^0.1.0", "eslint-plugin-tailwindcss": "^3.13.0", "prettier": "^3.0.2" } diff --git a/examples/next.js/pnpm-lock.yaml b/examples/next.js/pnpm-lock.yaml index 46efcbb..a60a34a 100644 --- a/examples/next.js/pnpm-lock.yaml +++ b/examples/next.js/pnpm-lock.yaml @@ -50,8 +50,8 @@ devDependencies: specifier: ^5.0.0 version: 5.0.0(eslint-config-prettier@9.0.0)(eslint@8.47.0)(prettier@3.0.2) eslint-plugin-rtl-friendly: - specifier: ^0.0.3 - version: 0.0.3(eslint@8.47.0)(tailwindcss@3.3.3) + specifier: ^0.1.0 + version: 0.1.0(eslint@8.47.0)(tailwindcss@3.3.3) eslint-plugin-tailwindcss: specifier: ^3.13.0 version: 3.13.0(tailwindcss@3.3.3) diff --git a/package.json b/package.json index 9ca7641..314ce40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "eslint-plugin-rtl-friendly", - "version": "0.0.3", + "version": "0.1.0", "description": "Encourage the use of RTL-friendly styles", + "author": { + "name": "Ahmed Abdelbaset", + "url": "https://twitter.com/A7med3bdulBaset" + }, "engines": { "node": ">=8.10.0" }, @@ -77,7 +81,6 @@ "right-to-left", "rtl-friendly" ], - "author": "Ahmed AbdulBaset ", "license": "MIT", "bugs": { "url": "https://github.com/A7med3bdulBaset/eslint-plugin-rtl-friendly/issues"