postcss-prefixwrap
Advanced tools
Comparing version 0.1.0 to 0.2.1
@@ -6,9 +6,21 @@ | ||
## 0.1.0 | ||
## 0.2.1 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.1)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
## Features and Improvements | ||
* Added test for our container selector matching existing selector. | ||
## 0.2.0 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.0)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
## Features and Improvements | ||
* Added Mocha Unit tests. | ||
## 0.1.0 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.1.0)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
## Features and Improvements | ||
* Add support for top level combined selectors containing our container class. | ||
## 0.0.5 | ||
## 0.0.5 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.0.5)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
@@ -19,3 +31,3 @@ ### Bug Fixes | ||
## 0.0.4 | ||
## 0.0.4 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.0.4)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
@@ -22,0 +34,0 @@ ### Features and Improvements |
@@ -0,0 +0,0 @@ |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "0.1.0", | ||
"version": "0.2.1", | ||
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.", | ||
"main": "./src/main.js", | ||
"scripts": { | ||
"test": "npm run test:lint", | ||
"test:lint": "eslint ./src" | ||
"test": "npm run test:lint && npm run test:unit", | ||
"test:lint": "eslint ./src", | ||
"test:unit": "mocha" | ||
}, | ||
@@ -21,4 +22,5 @@ "authors": [ | ||
"eslint": "^3.6.1", | ||
"eslint-config-defaults": "^9.0.0" | ||
"eslint-config-defaults": "^9.0.0", | ||
"mocha": "^3.1.0" | ||
} | ||
} |
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.1.0` [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=master)](https://travis-ci.org/dbtedman/postcss-prefixwrap) [![NPM Version](https://img.shields.io/npm/v/postcss-prefixwrap.svg)](https://www.npmjs.com/package/postcss-prefixwrap) | ||
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.2.1` [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=master)](https://travis-ci.org/dbtedman/postcss-prefixwrap) [![NPM Version](https://img.shields.io/npm/v/postcss-prefixwrap.svg)](https://www.npmjs.com/package/postcss-prefixwrap) | ||
@@ -91,1 +91,17 @@ A [PostCSS](http://postcss.org) plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page. | ||
``` | ||
### Unit Tests | ||
Code is unit tested using [MochaJS](https://mochajs.org). | ||
```bash | ||
npm run test:unit | ||
``` | ||
## Releasing | ||
Based on the [NPM Publishing Guide](https://docs.npmjs.com/getting-started/publishing-npm-packages), after updating the current version, run the following command: | ||
``` | ||
npm publish | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
10738
21
159
107
3
2