This repository was archived by the owner on Dec 19, 2024. It is now read-only.
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+
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.
Original file line number Diff line number Diff line change 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" ,
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" ,
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" : [
You can’t perform that action at this time.
0 commit comments