fix(core): update
This commit is contained in:
parent
e8071e76a1
commit
1e71fc24d5
2636
package-lock.json
generated
2636
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -12,8 +12,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "(tstest test/)",
|
||||
"build": "(tsbuild)",
|
||||
"format": "(gitzone format)"
|
||||
"build": "(tsbuild)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitzone/tsbuild": "^2.1.17",
|
||||
@ -24,6 +23,7 @@
|
||||
"tslint-config-prettier": "^1.18.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@gitzone/tsbundle": "^1.0.45",
|
||||
"@gitzone/tsrun": "^1.2.8",
|
||||
"@pushrocks/early": "^3.0.3",
|
||||
"@pushrocks/lik": "^3.0.11",
|
||||
@ -32,6 +32,7 @@
|
||||
"@pushrocks/smartdelay": "^2.0.3",
|
||||
"@pushrocks/smartlog": "^2.0.19",
|
||||
"@pushrocks/smartlog-destination-local": "^8.0.2",
|
||||
"@pushrocks/smartserve": "^1.1.37",
|
||||
"@pushrocks/smartshell": "^2.0.25"
|
||||
},
|
||||
"files": [
|
||||
|
12
ts/tswatch.classes.elementserver.ts
Normal file
12
ts/tswatch.classes.elementserver.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import * as plugins from './tswatch.plugins';
|
||||
|
||||
/**
|
||||
* an element server for developing lit elements compliant to gitzone standard
|
||||
*/
|
||||
export class ElementServer {
|
||||
constructor() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user