stylecow-plugin-prefixes
Advanced tools
Comparing version 4.1.1 to 4.2.0
{ | ||
"name": "stylecow-plugin-prefixes", | ||
"description": "Stylecow plugin to add vendor prefixes automatically.", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"author": "Oscar Otero <oom@oscarotero.com>", | ||
@@ -18,5 +18,5 @@ "homepage": "https://github.com/stylecow/stylecow-plugin-prefixes", | ||
"mocha": "^2.2.5", | ||
"stylecow": "6.*" | ||
"stylecow-core": "^1.0.1" | ||
}, | ||
"license": "MIT" | ||
} |
var assert = require('assert'); | ||
var stylecow = require('stylecow'); | ||
var stylecow = require('stylecow-core'); | ||
@@ -4,0 +4,0 @@ stylecow |
@@ -294,3 +294,3 @@ { | ||
"name": "tab-size", | ||
"vendor": "o", | ||
"vendor": "moz", | ||
"children": [ | ||
@@ -311,3 +311,3 @@ { | ||
"name": "tab-size", | ||
"vendor": "moz", | ||
"vendor": "o", | ||
"children": [ | ||
@@ -314,0 +314,0 @@ { |
Sorry, the diff of this file is not supported yet
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
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
385381