update
This commit is contained in:
parent
ae5021b728
commit
45e57b3a84
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
node_modules/
|
||||
coverage/
|
||||
pages/
|
||||
public/
|
@ -15,5 +15,10 @@
|
||||
"bugs": {
|
||||
"url": "https://gitlab.com/pushrocks/smartsystem/issues"
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartsystem#README"
|
||||
"homepage": "https://gitlab.com/pushrocks/smartsystem#README",
|
||||
"dependencies": {
|
||||
"@types/q": "0.0.32",
|
||||
"lik": "^1.0.24",
|
||||
"q": "^1.4.1"
|
||||
}
|
||||
}
|
||||
|
@ -0,0 +1,5 @@
|
||||
import * as plugins from './smartsystem.plugins'
|
||||
|
||||
export class Smartsystem {
|
||||
|
||||
}
|
@ -0,0 +1 @@
|
||||
import * as lik from 'lik'
|
Loading…
Reference in New Issue
Block a user