postcss-prefixwrap
Advanced tools
Comparing version 0.2.2 to 1.0.0
@@ -6,2 +6,8 @@ | ||
## 1.0.0 | ||
### Features and Improvements | ||
* Updated npm dependencies to explicitly define versions. | ||
## 0.2.2 [![Build Status](https://travis-ci.org/dbtedman/postcss-prefixwrap.svg?branch=0.2.2)](https://travis-ci.org/dbtedman/postcss-prefixwrap) | ||
@@ -8,0 +14,0 @@ |
@@ -13,3 +13,3 @@ | ||
* [Daniel Tedman](http://danieltedman.com) | ||
* [Daniel Tedman](https://danieltedman.com) | ||
* Jeff Teng | ||
@@ -23,3 +23,3 @@ | ||
Code is linted using [ESLint](http://eslint.org): | ||
Linting support provided by [ESLint](http://eslint.org/) based on rules defined in `.eslintrc.yml`. | ||
@@ -42,4 +42,4 @@ ```bash | ||
``` | ||
```bash | ||
npm publish | ||
``` |
MIT License | ||
Copyright © 2016 [Daniel Tedman](http://danieltedman.com/) | ||
Copyright © 2016 [Daniel Tedman](https://danieltedman.com/) | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "postcss-prefixwrap", | ||
"version": "0.2.2", | ||
"version": "1.0.0", | ||
"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.", | ||
@@ -8,7 +8,7 @@ "main": "./src/main.js", | ||
"test": "npm run test:lint && npm run test:unit", | ||
"test:lint": "eslint ./src ./test", | ||
"test:unit": "mocha" | ||
"test:lint": "eslint --color ./src ./test", | ||
"test:unit": "mocha --colors" | ||
}, | ||
"authors": [ | ||
"Daniel Tedman (http://danieltedman.com)", | ||
"Daniel Tedman (https://danieltedman.com)", | ||
"Jeff Teng" | ||
@@ -19,9 +19,9 @@ ], | ||
"dependencies": { | ||
"postcss": "^5.2.2" | ||
"postcss": "5.2.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.6.1", | ||
"eslint-config-defaults": "^9.0.0", | ||
"mocha": "^3.1.0" | ||
"eslint": "3.6.1", | ||
"eslint-config-defaults": "9.0.0", | ||
"mocha": "3.1.0" | ||
} | ||
} |
# [PostCSS Prefix Wrap](https://github.com/dbtedman/postcss-prefixwrap) `v0.2.2` [![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) `v1.0.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) | ||
@@ -4,0 +4,0 @@ 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. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11813
1
+ Addedpostcss@5.2.2(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedpostcss@5.2.18(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
Updatedpostcss@5.2.2