tailwindcss-mso
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "tailwindcss-mso", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tailwind CSS plugin that generates MSO utilities.", | ||
"main": "index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "c8 ava", |
const test = require('ava') | ||
const postcss = require('postcss') | ||
const tailwindcss = require('tailwindcss') | ||
const plugin = require('../index.js') | ||
const plugin = require('../src/index.js') | ||
@@ -6,0 +6,0 @@ const run = config => { |
@@ -7,2 +7,3 @@ module.exports = { | ||
'capitalized-comments': 0, | ||
'unicorn/filename-case': 0, | ||
'unicorn/string-content': 0, | ||
@@ -9,0 +10,0 @@ 'unicorn/prefer-module': 0, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14243
10
207