diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2669fbe --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +node_modules/ +coverage/ +pages/ +public/ diff --git a/package.json b/package.json index bf64ce9..fd187b4 100644 --- a/package.json +++ b/package.json @@ -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" + } } diff --git a/ts/index.ts b/ts/index.ts index e69de29..cdb98db 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -0,0 +1,5 @@ +import * as plugins from './smartsystem.plugins' + +export class Smartsystem { + +} \ No newline at end of file diff --git a/ts/smartsystem.plugins.ts b/ts/smartsystem.plugins.ts index e69de29..0d94356 100644 --- a/ts/smartsystem.plugins.ts +++ b/ts/smartsystem.plugins.ts @@ -0,0 +1 @@ +import * as lik from 'lik'