Skip to content
Snippets Groups Projects
Unverified Commit 4b4d8cc1 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add more config and documentation (#36)

parent 63600520
No related branches found
No related tags found
No related merge requests found
Pipeline #15110 passed
# Common Code # Common Code
You can install these components via npm:
```bash
npm i @dbp-toolkit/common
```
## Icon Web Component ## Icon Web Component
For valid icon names see: [LineIcons](https://lineicons.com/icons/) For valid icon names see: [LineIcons](https://lineicons.com/icons/)
......
{ {
"name": "@dbp-toolkit/common", "name": "@dbp-toolkit/common",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/common",
"version": "0.1.1", "version": "0.1.2",
"module": "index.js", "module": "index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
......
# Subsetted Version of Sans Source Pro 2 # Subsetted Version of Sans Source Pro 2
You can install this component via npm:
```bash
npm i @dbp-toolkit/font-source-sans-pro
```
## FAQ ## FAQ
* Why? * Why?
......
{ {
"name": "@dbp-toolkit/font-source-sans-pro", "name": "@dbp-toolkit/font-source-sans-pro",
"version": "0.1.1", "version": "0.1.2",
"author": "", "author": "",
"license": "OFL-1.1", "license": "OFL-1.1",
"repository": { "repository": {
......
...@@ -2,4 +2,10 @@ ...@@ -2,4 +2,10 @@
This web component is just an example for how to write one using typescript. This web component is just an example for how to write one using typescript.
While we don't use typescript in our other components we want our dev/build While we don't use typescript in our other components we want our dev/build
pipeline to support it. pipeline to support it.
\ No newline at end of file
You can install this component via npm:
```bash
npm i @dbp-toolkit/typescript-example
```
{ {
"name": "@dbp-toolkit/typescript-example", "name": "@dbp-toolkit/typescript-example",
"version": "0.1.0", "version": "0.1.1",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": { "repository": {
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git", "url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/typescript-example" "directory": "packages/typescript-example"
}, },
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment