postcss-unique-selectors
Advanced tools
Comparing version
@@ -0,1 +1,6 @@ | ||
# 4.0.0-rc.0 | ||
* Breaking: Drops support for Node 0.12, we now require at least Node 4. | ||
* Breaking: Update PostCSS to 6.0.0. | ||
# 2.0.2 | ||
@@ -2,0 +7,0 @@ |
'use strict'; | ||
exports.__esModule = true; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
@@ -5,0 +7,0 @@ var _postcss = require('postcss'); |
{ | ||
"name": "postcss-unique-selectors", | ||
"version": "2.0.2", | ||
"version": "4.0.0-rc.0", | ||
"description": "Ensure CSS selectors are unique.", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"pretest": "eslint src", | ||
"prepublish": "de dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/", | ||
"test": "ava src/__tests__" | ||
"prepublish": "cross-env BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/" | ||
}, | ||
@@ -21,15 +19,3 @@ "files": [ | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^0.11.0", | ||
"babel-cli": "^6.4.0", | ||
"babel-core": "^6.4.0", | ||
"babel-plugin-add-module-exports": "^0.1.2", | ||
"babel-preset-es2015": "^6.3.13", | ||
"babel-preset-es2015-loose": "^7.0.0", | ||
"babel-preset-stage-0": "^6.3.13", | ||
"del-cli": "^0.1.2", | ||
"eslint": "^1.10.3", | ||
"eslint-config-cssnano": "^1.0.0" | ||
}, | ||
"homepage": "https://github.com/ben-eb/postcss-unique-selectors", | ||
"homepage": "https://github.com/ben-eb/cssnano", | ||
"author": { | ||
@@ -40,14 +26,18 @@ "name": "Ben Briggs", | ||
}, | ||
"repository": "ben-eb/postcss-unique-selectors", | ||
"repository": "ben-eb/cssnano", | ||
"devDependencies": { | ||
"babel-cli": "^6.0.0", | ||
"cross-env": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"alphanum-sort": "^1.0.1", | ||
"postcss": "^5.0.4", | ||
"alphanum-sort": "^1.0.0", | ||
"postcss": "^6.0.0", | ||
"uniqs": "^2.0.0" | ||
}, | ||
"ava": { | ||
"require": "babel-core/register" | ||
"bugs": { | ||
"url": "https://github.com/ben-eb/cssnano/issues" | ||
}, | ||
"eslintConfig": { | ||
"extends": "cssnano" | ||
"engines": { | ||
"node": ">=4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# [postcss][postcss]-unique-selectors [][ci] [][npm] [][deps] | ||
# [postcss][postcss]-unique-selectors | ||
@@ -38,6 +38,5 @@ > Ensure CSS selectors are unique. | ||
## Contributing | ||
## Contributors | ||
Pull requests are welcome. If you add functionality, then please add unit tests | ||
to cover it. | ||
See [CONTRIBUTORS.md](https://github.com/ben-eb/cssnano/blob/master/CONTRIBUTORS.md). | ||
@@ -48,5 +47,2 @@ ## License | ||
[ci]: https://travis-ci.org/ben-eb/postcss-unique-selectors | ||
[deps]: https://gemnasium.com/ben-eb/postcss-unique-selectors | ||
[npm]: http://badge.fury.io/js/postcss-unique-selectors | ||
[postcss]: https://github.com/postcss/postcss |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5154
15.74%2
-80%6
20%51
218.75%0
-100%47
-7.84%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated