Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
94685bf46e | |||
96ebe6b42d |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@uptimelink_private/catalog",
|
"name": "@uptimelink_private/catalog",
|
||||||
"version": "1.0.70",
|
"version": "1.0.71",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a catalog with webcomponents for uptimelink dashboard",
|
"description": "a catalog with webcomponents for uptimelink dashboard",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "npm run build",
|
"test": "npm run build",
|
||||||
"build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production",
|
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
|
||||||
"watch": "tswatch element",
|
"watch": "tswatch element",
|
||||||
"buildDocs": "tsdoc"
|
"buildDocs": "tsdoc"
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@uptimelink_private/catalog',
|
name: '@uptimelink_private/catalog',
|
||||||
version: '1.0.70',
|
version: '1.0.71',
|
||||||
description: 'a catalog with webcomponents for uptimelink dashboard'
|
description: 'a catalog with webcomponents for uptimelink dashboard'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user