fix(core): update
This commit is contained in:
parent
f9e2f00e9b
commit
d23b298bd5
1158
package-lock.json
generated
1158
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "tstest test/ --web",
|
||||
"build": "tsbuild element --allowimplicitany --skiplibcheck && tsbundle element --production",
|
||||
"build": "tsbuild element --allowimplicitany && tsbundle element --production",
|
||||
"watch": "tswatch element"
|
||||
},
|
||||
"author": "Lossless GmbH",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@designestate/dees-catalog',
|
||||
version: '1.0.81',
|
||||
version: '1.0.82',
|
||||
description: 'website for lossless.com'
|
||||
}
|
||||
|
@ -1,2 +1,2 @@
|
||||
export * from './elements/index.js';
|
||||
export { commitinfo } from './00_commitinfo_data';
|
||||
export { commitinfo } from './00_commitinfo_data.js';
|
||||
|
Loading…
Reference in New Issue
Block a user