Skip to content

Commit 6cbc946

Browse files
committed
1.3.0
1 parent c92a727 commit 6cbc946

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-mso",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Tailwind CSS plugin that generates MSO utilities.",
55
"main": "src/index.js",
66
"scripts": {
@@ -43,7 +43,10 @@
4343
]
4444
},
4545
"c8": {
46-
"exclude": ["jest/customMatchers.js", "**/*.test.js"]
46+
"exclude": [
47+
"jest/customMatchers.js",
48+
"**/*.test.js"
49+
]
4750
},
4851
"keywords": [
4952
"tailwindcss",

0 commit comments

Comments
 (0)