Update name of project

After discussing with ISEAL I see that the preferred name for this
project is "ISEAL Core Metadata Set".
This commit is contained in:
2021-11-03 21:58:10 +02:00
parent 4e65813180
commit 32949819ac
5 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{
"name": "iseal-schema",
"version": "0.0.1",
"description": "Generate ISEAL schema documentation website.",
"description": "Generate ISEAL Core Metadata Set documentation website.",
"scripts": {
"build:css": "sass --style expanded source/scss/style.scss assets/css/style.css.tmp && cleancss -O1 --format breakWith=lf --with-rebase assets/css/style.css.tmp -o assets/css/style.min.css",
"build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o assets/js/bundle.min.js",