mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
updating package
This commit is contained in:
parent
9f3fdd4860
commit
91b5d59f97
14
.gitignore
vendored
14
.gitignore
vendored
@ -2,16 +2,14 @@
|
|||||||
PiGallery2.iml
|
PiGallery2.iml
|
||||||
node_modules/
|
node_modules/
|
||||||
typings/
|
typings/
|
||||||
frontend/*/*.js
|
frontend/app/**/*.js
|
||||||
frontend/*/*.js.map
|
frontend/app/**/*.js.map
|
||||||
frontend/main.js
|
frontend/main.js
|
||||||
frontend/main.js.map
|
frontend/main.js.map
|
||||||
frontend/dist
|
frontend/dist
|
||||||
backend/*/*.js
|
backend/**/*.js
|
||||||
backend/*/*.js.map
|
backend/**/*.js.map
|
||||||
backend/*.js
|
common/**/*.js
|
||||||
backend/*.js.map
|
common/**/*.js.map
|
||||||
common/*/*.js
|
|
||||||
common/*/*.js.map
|
|
||||||
test/coverage
|
test/coverage
|
||||||
.coveralls.yml
|
.coveralls.yml
|
@ -1,3 +1,5 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "5.6"
|
- "5.6"
|
||||||
|
- "4.3"
|
||||||
|
- "0.12.10"
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
import {Injectable} from 'angular2/core';
|
import {Injectable} from 'angular2/core';
|
||||||
import {NetworkService} from "../model/network.service";
|
import {NetworkService} from "../model/network.service";
|
||||||
import {OnInit} from "angular2/core";
|
import {OnInit} from "angular2/core";
|
||||||
import {MessageTypes} from "../../../common/MessageTypes";
|
|
||||||
import {LoginCredential} from "../../../common/entities/LoginCredential";
|
import {LoginCredential} from "../../../common/entities/LoginCredential";
|
||||||
import {User} from "../../../common/entities/User";
|
import {User} from "../../../common/entities/User";
|
||||||
import {Message} from "../../../common/entities/Message";
|
import {Message} from "../../../common/entities/Message";
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"es6-shim": "^0.33.13",
|
"es6-shim": "^0.33.13",
|
||||||
"express": "^4.13.4",
|
"express": "^4.13.4",
|
||||||
"morgan": "^1.7.0",
|
"morgan": "^1.7.0",
|
||||||
"reflect-metadata": "~0.1.2",
|
"reflect-metadata": "0.1.2",
|
||||||
"rxjs": "^5.0.0-beta.2",
|
"rxjs": "^5.0.0-beta.2",
|
||||||
"socket.io": "^1.4.5",
|
"socket.io": "^1.4.5",
|
||||||
"socket.io-client": "^1.4.5",
|
"socket.io-client": "^1.4.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user