Skip to content

Commit 2e641bd

Browse files
authored
Merge pull request #25 from MichaelDeBoey/patch-1
fix: add `repository`, `bugs` & `engines` fields to `package.json`
2 parents 88310f3 + b36b1cd commit 2e641bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
"files": [
77
"dist"
88
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss",
12+
},
13+
"bugs": {
14+
"url": "https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues"
15+
},
916
"scripts": {
1017
"_pre": "rimraf dist && cpy node_modules/tailwindcss/lib/css dist/css",
1118
"_esbuild": "node build.js",
@@ -34,5 +41,8 @@
3441
},
3542
"peerDependencies": {
3643
"prettier": ">=2.2.0"
44+
},
45+
"engines": {
46+
"node": ">=12.17.0"
3747
}
3848
}

0 commit comments

Comments
 (0)