We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529c4f5 commit deea03aCopy full SHA for deea03a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-rtlcss",
3
- "version": "3.3.0",
+ "version": "3.3.1",
4
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
5
"keywords": [
6
"postcss",
@@ -31,8 +31,6 @@
31
"lint": "eslint src/**/*.ts",
32
"copy": "cp -r ./dist/. ./",
33
"build": "webpack && tscpaths -p tsconfig.json -s ./src -o ./dist && yarn copy",
34
-
35
36
"version": "git add .",
37
"postversion": "git push && git push --tags"
38
},
0 commit comments