Skip to content

Commit

Permalink
using ngx-i18nsupport-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
martinroob committed Apr 10, 2017
1 parent 0f83664 commit ba21fa8
Show file tree
Hide file tree
Showing 28 changed files with 1,665 additions and 2,728 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"module": "./src",
"es2015": "./src",
"typings": "./ngx-i18nsupport.d.ts",
"bin": {
"xliffmerge": "./dist/xliffmerge/xliffmerge"
},
Expand All @@ -18,7 +17,8 @@
"pretest": "npm run build",
"test": "./node_modules/.bin/jasmine-node dist",
"precover": "npm run build",
"cover": "./node_modules/.bin/istanbul cover --root dist --include-all-sources ./node_modules/jasmine-node/bin/jasmine-node -- dist"
"cover": "./node_modules/.bin/istanbul cover --root dist --include-all-sources ./node_modules/jasmine-node/bin/jasmine-node -- dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,8 @@
"i18n",
"tooling",
"angular",
"xliff"
"xliff",
"xmb"
],
"author": "Martin Roob <martinroob65@gmail.com> (www.roobsoft.de)",
"license": "MIT",
Expand All @@ -37,7 +38,6 @@
},
"homepage": "https://github.com/martinroob/ngx-i18nsupport#readme",
"devDependencies": {
"@types/cheerio": "^0.17.31",
"@types/jasmine": "^2.5.43",
"@types/node": "^7.0.5",
"coveralls": "^2.11.16",
Expand All @@ -48,7 +48,7 @@
},
"dependencies": {
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"commander": "^2.9.0"
"commander": "^2.9.0",
"ngx-i18nsupport-lib": "^0.0.2"
}
}
2 changes: 1 addition & 1 deletion spec/support/jasmine.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"spec_dir": "dist/out-tsc",
"spec_dir": "dist",
"spec_files": [
"**/*[sS]pec.js"
],
Expand Down
124 changes: 0 additions & 124 deletions src/common/command-output.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/common/command-output.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import * as chalk from "chalk";
import WritableStream = NodeJS.WritableStream;
import util = require('util');
import * as util from "util";

enum LogLevel {
"ERROR",
Expand Down
96 changes: 0 additions & 96 deletions src/common/file-util.js

This file was deleted.

3 changes: 2 additions & 1 deletion src/common/file-util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import fs = require("fs");
import * as fs from "fs";

/**
* Created by martin on 17.02.2017.
* Some (a few) simple utils for file operations.
Expand Down
45 changes: 0 additions & 45 deletions src/common/writer-to-string.js

This file was deleted.

6 changes: 0 additions & 6 deletions src/index.ts

This file was deleted.

Loading

0 comments on commit ba21fa8

Please sign in to comment.