File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 2.5.0 - 2016-03-14
2
+
1
3
- Added: cssnext will now warn you when you have duplicates plugins.
2
4
This is a really common mistake, people include plugins that are already
3
5
included in cssnext and maybe sometimes in an inaccurate position.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-cssnext" ,
3
- "version" : " 2.4 .0" ,
3
+ "version" : " 2.5 .0" ,
4
4
"description" : " Use tomorrow’s CSS syntax, today" ,
5
5
"keywords" : [
6
6
" postcss" ,
85
85
"nano-logger" : " ^1.0.0" ,
86
86
"node-libs-browser" : " ^0.5.0" ,
87
87
"normalize.css" : " ^3.0.3" ,
88
+ "npmpub" : " ^3.1.0" ,
88
89
"object-assign" : " ^3.0.0" ,
89
90
"opn" : " ^1.0.2" ,
90
91
"postcss-browser-reporter" : " ^0.4.0" ,
117
118
"docs-start" : " npm run docs-build -- --dev --dev-server --open" ,
118
119
"docs-test" : " npm run docs-build -- --production" ,
119
120
"_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"
121
123
},
122
124
"babel" : {
123
125
"presets" : [
You can’t perform that action at this time.
0 commit comments