postcss-discard-unused
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,6 @@ | ||
# 1.0.3 | ||
* Improved performance by reducing the amount of AST iterations. | ||
* Converted the codebase to ES6. | ||
# 1.0.2 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "postcss-discard-unused", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Discard unused counter styles, keyframes and fonts.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"bin", | ||
"LICENSE-MIT", | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "tape test.js | tap-spec" | ||
"prepublish": "babel src --out-dir dist --ignore /__tests__/", | ||
"test-unformatted": "babel-tape-runner \"src/**/__tests__/*.js\"", | ||
"test": "npm run test-unformatted | faucet" | ||
}, | ||
"keywords": [ | ||
"css", | ||
"minify", | ||
"optimise", | ||
"postcss", | ||
"postcss-plugin" | ||
"postcss-plugin", | ||
"unused" | ||
], | ||
"license": "MIT", | ||
"devDependencies": { | ||
"tap-spec": "^2.2.2", | ||
"tape": "^3.5.0" | ||
"babel": "^5.8.21", | ||
"babel-tape-runner": "^1.2.0", | ||
"faucet": "0.0.1", | ||
"tape": "^4.1.0" | ||
}, | ||
@@ -28,5 +40,5 @@ "homepage": "https://github.com/ben-eb/postcss-discard-unused", | ||
"flatten": "0.0.1", | ||
"postcss": "^4.1.11", | ||
"postcss": "^4.1.16", | ||
"uniqs": "^2.0.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
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
7342
76
4
5
Updatedpostcss@^4.1.16