🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

tailwindcss-dir

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-dir - npm Package Compare versions

Comparing version

to
1.0.1

{
"name": "tailwindcss-dir",
"version": "1.0.0",
"version": "1.0.1",
"description": "Adds direction variants to your Tailwind project",

@@ -10,6 +10,15 @@ "main": "src/index.js",

"private": false,
"devDependencies": {},
"scripts": {
"test": "jest"
},
"devDependencies": {
"jest": "^23.6.0",
"postcss": "^7.0.5"
},
"dependencies": {
"tailwindcss": "^0.6.6"
},
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jest/customMatchers.js"
}
}

Sorry, the diff of this file is not supported yet