Skip to content

Commit a907625

Browse files
authored
Add license field to package.json
Currently, this package is missing the `license` field in `package.json`; this causes the license to be "none" on npm (see https://www.npmjs.com/package/prettier-plugin-tailwindcss/v/0.1.13). This PR adds a license value corresponding to the MIT license file already present in the repository.
1 parent 64ad606 commit a907625

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "prettier-plugin-tailwindcss",
33
"version": "0.1.13",
44
"description": "A Prettier plugin for sorting Tailwind CSS classes.",
5+
"license": "MIT",
56
"main": "dist/index.js",
67
"files": [
78
"dist"

0 commit comments

Comments
 (0)