Skip to content

Commit b20a247

Browse files
committed
moved project files
1 parent bcfcdca commit b20a247

File tree

13 files changed

+14
-89
lines changed

13 files changed

+14
-89
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
99

10-
node_modules
10+
packages/lib/node_modules
1111
dist
1212
dist-ssr
1313
*.local
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
To activate, use the new `plugins: Plugin[]` option of `FrameworkOptions`.
1818
```TypeScript
1919
import { initializeContributions } from "chartlets";
20-
import mui from "chartlets/plugins/mui";
21-
import vega from "chartlets/plugins/vega";
20+
import mui from "chartlets/dist/plugins/mui";
21+
import vega from "chartlets/dist/plugins/vega";
2222

2323
initializeContributions({ plugins: [mui, vega], ... })
2424
```
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# chartlets
1+
# Chartlets
22

33
[![Frontend CI workflow](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml/badge.svg)](https://github.com/bcdev/chartlets/actions/workflows/frontend-ci.yml)
44
[![NPM Version](https://badge.fury.io/js/chartlets.svg)](https://npmjs.org/package/chartlets)

chartlets.js/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chartlets.js/packages/demo/CHANGES.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

chartlets.js/packages/demo/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

chartlets.js/packages/demo/package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "chartlets-demo",
3-
"version": "0.0.27",
3+
"version": "0.1.0-dev.0",
44
"description": "Demonstrator for the Chartlets framework.",
55
"type": "module",
66
"files": [
77
"dist",
8-
"README.md",
9-
"LICENSE"
8+
"../../README.md",
9+
"../../LICENSE"
1010
],
1111
"keywords": [
1212
"typescript",
@@ -16,14 +16,6 @@
1616
"plotting",
1717
"charting"
1818
],
19-
"homepage": "https://bcdev.github.io/chartlets-demo",
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/bcdev/chartlets-demo.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/bcdev/chartlets-demo/issues"
26-
},
2719
"author": "Brockmann Consult GmbH",
2820
"license": "MIT",
2921
"scripts": {
@@ -39,7 +31,7 @@
3931
"@emotion/styled": "^11.13.0",
4032
"@fontsource/roboto": "^5.1.0",
4133
"@mui/material": "^6.1.5",
42-
"chartlets": "file:../lib*",
34+
"chartlets": "file:../lib",
4335
"react": "^18.3.1",
4436
"react-dom": "^18.3.1",
4537
"react-vega": "^7.6.0",

chartlets.js/packages/lib/.gitignore

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)