Skip to content

Commit deea03a

Browse files
committed
3.3.1
1 parent 529c4f5 commit deea03a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-rtlcss",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "PostCSS plugin to build Cascading Style Sheets (CSS) with Left-To-Right (LTR) and Right-To-Left (RTL) rules",
55
"keywords": [
66
"postcss",
@@ -31,8 +31,6 @@
3131
"lint": "eslint src/**/*.ts",
3232
"copy": "cp -r ./dist/. ./",
3333
"build": "webpack && tscpaths -p tsconfig.json -s ./src -o ./dist && yarn copy",
34-
35-
3634
"version": "git add .",
3735
"postversion": "git push && git push --tags"
3836
},

0 commit comments

Comments
 (0)