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
|
||||
node_modules/
|
||||
typings/
|
||||
frontend/*/*.js
|
||||
frontend/*/*.js.map
|
||||
frontend/app/**/*.js
|
||||
frontend/app/**/*.js.map
|
||||
frontend/main.js
|
||||
frontend/main.js.map
|
||||
frontend/dist
|
||||
backend/*/*.js
|
||||
backend/*/*.js.map
|
||||
backend/*.js
|
||||
backend/*.js.map
|
||||
common/*/*.js
|
||||
common/*/*.js.map
|
||||
backend/**/*.js
|
||||
backend/**/*.js.map
|
||||
common/**/*.js
|
||||
common/**/*.js.map
|
||||
test/coverage
|
||||
.coveralls.yml
|
@ -1,3 +1,5 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "5.6"
|
||||
- "4.3"
|
||||
- "0.12.10"
|
||||
|
@ -3,7 +3,6 @@
|
||||
import {Injectable} from 'angular2/core';
|
||||
import {NetworkService} from "../model/network.service";
|
||||
import {OnInit} from "angular2/core";
|
||||
import {MessageTypes} from "../../../common/MessageTypes";
|
||||
import {LoginCredential} from "../../../common/entities/LoginCredential";
|
||||
import {User} from "../../../common/entities/User";
|
||||
import {Message} from "../../../common/entities/Message";
|
||||
|
@ -19,7 +19,7 @@
|
||||
"es6-shim": "^0.33.13",
|
||||
"express": "^4.13.4",
|
||||
"morgan": "^1.7.0",
|
||||
"reflect-metadata": "~0.1.2",
|
||||
"reflect-metadata": "0.1.2",
|
||||
"rxjs": "^5.0.0-beta.2",
|
||||
"socket.io": "^1.4.5",
|
||||
"socket.io-client": "^1.4.5",
|
||||
|
Loading…
Reference in New Issue
Block a user