Skip to content

Commit

Permalink
🎉 upgrade to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBaset committed Aug 24, 2023
1 parent 9c12f79 commit c924acb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/next.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/next.js/pnpm-lock.yaml

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,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"
},
Expand Down Expand Up @@ -77,7 +81,6 @@
"right-to-left",
"rtl-friendly"
],
"author": "Ahmed AbdulBaset <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/A7med3bdulBaset/eslint-plugin-rtl-friendly/issues"
Expand Down

0 comments on commit c924acb

Please sign in to comment.