Update dependencies. Bump version

This commit is contained in:
Kim Biesbjerg 2017-04-06 08:52:22 +02:00
parent 262a89206d
commit 677d2a35ca
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@biesbjerg/ngx-translate-extract", "name": "@biesbjerg/ngx-translate-extract",
"version": "2.2.1", "version": "2.2.2",
"description": "Extract strings from projects using ngx-translate", "description": "Extract strings from projects using ngx-translate",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -58,8 +58,8 @@
"chai": "3.5.0", "chai": "3.5.0",
"mocha": "3.2.0", "mocha": "3.2.0",
"ts-node": "3.0.2", "ts-node": "3.0.2",
"tslint": "4.5.1", "tslint": "5.0.0",
"tslint-eslint-rules": "3.5.1", "tslint-eslint-rules": "4.0.0",
"typescript": "2.2.2" "typescript": "2.2.2"
}, },
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
export interface TranslationType { export interface TranslationType {
[key: string]: string [key: string]: string
}; }
export class TranslationCollection { export class TranslationCollection {