postcss-will-change
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -0,1 +1,7 @@ | ||
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 2.0 | ||
* Use PostCSS 6. | ||
## 1.1 | ||
@@ -2,0 +8,0 @@ * Do not add `backface-visibility` if rule already has it (by Joe Lencioni). |
{ | ||
"name": "postcss-will-change", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "PostCSS plugin to insert 3D hack before will-change property", | ||
@@ -16,15 +16,34 @@ "keywords": [ | ||
"dependencies": { | ||
"postcss": "^5.0.16" | ||
"postcss": "^6.0.1" | ||
}, | ||
"devDependencies": { | ||
"eslint-config-postcss": "2.0.0", | ||
"eslint": "2.1.0", | ||
"ava": "0.11.0" | ||
"eslint": "^3.19.0", | ||
"eslint-config-postcss": "^2.0.2", | ||
"jest": "^20.0.0", | ||
"lint-staged": "^3.4.1", | ||
"pre-commit": "^1.2.2" | ||
}, | ||
"scripts": { | ||
"test": "ava && eslint *.js" | ||
"lint-staged": "lint-staged", | ||
"test": "jest && eslint *.js" | ||
}, | ||
"jest": { | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100 | ||
} | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "eslint-config-postcss/es5" | ||
} | ||
"extends": "eslint-config-postcss/es5", | ||
"env": { | ||
"jest": true | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint" | ||
}, | ||
"pre-commit": [ | ||
"lint-staged" | ||
] | ||
} |
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
4139
5
5
+ Addedansi-styles@3.2.1(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-flag@1.0.0(transitive)
- Removedjs-base64@2.6.4(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedsource-map@0.5.7(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.03.2.3(transitive)
Updatedpostcss@^6.0.1