Skip to content

Commit c56024d

Browse files
committed
chore: Rename package to prettier-plugin-tailwindcss-drupal and update version to 1.0.0 with Drupal syntax support
1 parent 686ba95 commit c56024d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"type": "module",
3-
"name": "prettier-plugin-tailwindcss",
4-
"version": "0.6.11",
5-
"description": "A Prettier plugin for sorting Tailwind CSS classes.",
3+
"name": "prettier-plugin-tailwindcss-drupal",
4+
"version": "1.0.0",
5+
"description": "A Prettier plugin for sorting Tailwind CSS classes with Drupal syntax support.",
66
"license": "MIT",
77
"main": "dist/index.mjs",
88
"module": "dist/index.mjs",
@@ -12,10 +12,10 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss"
15+
"url": "https://github.com/bronisMateusz/prettier-plugin-tailwindcss"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
18+
"url": "https://github.com/bronisMateusz/prettier-plugin-tailwindcss/issues"
1919
},
2020
"scripts": {
2121
"_pre": "rimraf dist && cpy 'node_modules/tailwindcss/lib/css/*' dist/css",
@@ -155,4 +155,4 @@
155155
"jest": {
156156
"testTimeout": 15000
157157
}
158-
}
158+
}

0 commit comments

Comments
 (0)