Skip to content
Snippets Groups Projects
Verified Commit 0d62d32f authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: commit save point

parent 760c6ec0
No related branches found
No related tags found
No related merge requests found
import {CustomElement} from '@schukai/monster/source/dom/CustomElement';
// In the example the user can use his own template by creating a template in the DOM with the ID `my-custom-element`.
// You can also specify a theme (for example `mytheme`), then it will search for the ID `my-custom-element-mytheme` and
// if not available for the ID `my-custom-element`.
......
......@@ -7,7 +7,6 @@
"url": "https://gitlab.schukai.com/oss/libraries/javascript/monster.git"
},
"scripts": {
"build": "echo \"Error: 'build' is not a supported command.\" && exit 0",
"test": "npx mocha --recursive test/cases/",
"web-test": "script/web-test.sh",
"publish": "script/release-and-publish.sh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment