Skip to content

Commit 24b8917

Browse files
committed
2.5.0
1 parent dd8549d commit 24b8917

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 2.5.0 - 2016-03-14
2+
13
- Added: cssnext will now warn you when you have duplicates plugins.
24
This is a really common mistake, people include plugins that are already
35
included in cssnext and maybe sometimes in an inaccurate position.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-cssnext",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "Use tomorrow’s CSS syntax, today",
55
"keywords": [
66
"postcss",
@@ -85,6 +85,7 @@
8585
"nano-logger": "^1.0.0",
8686
"node-libs-browser": "^0.5.0",
8787
"normalize.css": "^3.0.3",
88+
"npmpub": "^3.1.0",
8889
"object-assign": "^3.0.0",
8990
"opn": "^1.0.2",
9091
"postcss-browser-reporter": "^0.4.0",
@@ -117,7 +118,8 @@
117118
"docs-start": "npm run docs-build -- --dev --dev-server --open",
118119
"docs-test": "npm run docs-build -- --production",
119120
"_docs-deploy": "GIT_DEPLOY_DIR=docs/dist ./docs/scripts/deploy-to-gh-pages.sh -v",
120-
"docs-deploy": "npm run docs-test && npm run _docs-deploy"
121+
"docs-deploy": "npm run docs-test && npm run _docs-deploy",
122+
"release": "npmpub"
121123
},
122124
"babel": {
123125
"presets": [

0 commit comments

Comments
 (0)