Skip to content

Commit

Permalink
Merge pull request #9 from ramiy/master
Browse files Browse the repository at this point in the history
Version 0.8.1
  • Loading branch information
ramiy committed Nov 19, 2020
2 parents 090eecd + f0da348 commit c4044d1
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/charts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/charts.min.css

Large diffs are not rendered by default.

73 changes: 72 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charts.css",
"version": "0.8.0",
"version": "0.8.1",
"description": "Open source CSS framework for data visualization.",
"author": "Rami Yushuvaev",
"homepage": "https://ChartsCSS.org/",
Expand All @@ -21,11 +21,12 @@
"dist/charts.min.css"
],
"scripts": {
"build": "npm-run-all css-compile css-combine css-prefixes css-minify",
"build": "npm-run-all css-compile css-combine css-prefixes css-minify css-minify-fix",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents false --source-map-embed false --precision 6 src/ -o dist/",
"css-combine": "postcss dist/charts.css --use postcss-combine-duplicated-selectors --output dist/charts.css",
"css-prefixes": "postcss dist/charts.css --use autoprefixer --output dist/charts.css",
"css-minify": "postcss dist/charts.css --no-map --use cssnano --output dist/charts.min.css",
"css-minify": "postcss dist/charts.css --use cssnano --no-map --output dist/charts.min.css",
"css-minify-fix": "postcss dist/charts.min.css --use postcss-pseudo-element-colons --no-map --output dist/charts.min.css",
"watch": "nodemon -e scss,html --watch src --exec \"npm run build\""
},
"repository": {
Expand All @@ -43,7 +44,8 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.1.2",
"postcss-cli": "^8.1.0",
"postcss-combine-duplicated-selectors": "^10.0.2"
"postcss-combine-duplicated-selectors": "^10.0.2",
"postcss-pseudo-element-colons": "^1.0.2"
},
"cssnano": {
"preset": [
Expand Down
2 changes: 1 addition & 1 deletion src/charts.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Charts.css v0.8.0 (https://ChartsCSS.org/)
* Charts.css v0.8.1 (https://ChartsCSS.org/)
* Copyright 2020 Rami Yushuvaev
* Licensed under MIT
*/
Expand Down

0 comments on commit c4044d1

Please sign in to comment.