postcss-discard-duplicates
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
# 2.0.1 | ||
* Now compiled with babel 6. | ||
* Minor performance boost from exiting from the `dedupe` function if the node | ||
has less than two child nodes. | ||
# 2.0.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "postcss-discard-duplicates", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Discard duplicate rules in your CSS files with PostCSS.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist", | ||
"LICENSE-MIT" | ||
], | ||
"scripts": { | ||
"test": "tape test.js | tap-spec" | ||
"pretest": "eslint src", | ||
"prepublish": "de dist && babel src --out-dir dist --ignore /__tests__/", | ||
"test": "ava src/__tests__" | ||
}, | ||
@@ -21,4 +27,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"tap-spec": "^4.1.0", | ||
"tape": "^4.2.0" | ||
"ava": "^0.11.0", | ||
"babel-cli": "^6.3.17", | ||
"babel-core": "^6.3.26", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015-loose": "^6.1.4", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"del-cli": "^0.1.2", | ||
"eslint": "^1.10.3", | ||
"eslint-config-cssnano": "^1.0.0" | ||
}, | ||
@@ -31,3 +44,9 @@ "homepage": "https://github.com/ben-eb/postcss-discard-duplicates", | ||
}, | ||
"repository": "ben-eb/postcss-discard-duplicates" | ||
"repository": "ben-eb/postcss-discard-duplicates", | ||
"eslintConfig": { | ||
"extends": "cssnano" | ||
}, | ||
"ava": { | ||
"require": "babel-core/register" | ||
} | ||
} |
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
5993
32
9
5