Skip to content

Commit 2c26808

Browse files
committed
v0.3.0 - initial work
1 parent e69cd30 commit 2c26808

3 files changed

Lines changed: 5 additions & 9 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "charts.css",
3-
"version": "0.2.0",
4-
"description": "Open source data visualization framework using pure CSS.",
3+
"version": "0.3.0",
4+
"description": "Open source CSS framework for data visualization.",
55
"author": "Rami Yushuvaev",
66
"homepage": "https://ChartsCSS.org/",
77
"license": "MIT",
@@ -33,9 +33,6 @@
3333
"bugs": {
3434
"url": "https://github.com/ChartsCSS/charts.css/issues"
3535
},
36-
"publishConfig": {
37-
"registry": "https://npm.pkg.github.com/"
38-
},
3936
"devDependencies": {
4037
"node-sass": "^4.14.1",
4138
"nodemon": "^2.0.4",

src/charts.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/*!
2-
* charts.css v0.2.0 (https://ChartsCSS.org/)
2+
* Charts.css v0.3.0 (https://ChartsCSS.org/)
33
* Copyright 2020 Rami Yushuvaev
44
* Licensed under MIT
55
*/
66

7-
// Configuration
87
// General
98
@import "general/variables";
109
@import "general/mixins";
@@ -26,4 +25,4 @@
2625
@import "charts/donut";
2726
@import "charts/radar";
2827
@import "charts/polar";
29-
@import "charts/gauge"; // with a dial
28+
@import "charts/gauge";

0 commit comments

Comments
 (0)