Skip to content

Commit 5da8792

Browse files
committed
Fix deps incorrectly listed
1 parent 3e4ae63 commit 5da8792

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@
2828
"dev": "jest --watchAll",
2929
"test": "jest"
3030
},
31+
"dependencies": {
32+
"@hacknug/tailwindcss-plugin-utils": "^0.8.0"
33+
},
3134
"devDependencies": {
32-
"@hacknug/tailwindcss-plugin-utils": "^0.8.0",
3335
"jest": "^24.9.0",
3436
"jest-matcher-css": "^1.1.0"
3537
}

0 commit comments

Comments
 (0)