ngx-i18nsupport
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "ngx-i18nsupport", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Some tooling to be used with the Angular 2 i18n worklflow", | ||
@@ -15,3 +15,4 @@ "main": "index.js", | ||
"xliffmerge": "npm link && xliffmerge", | ||
"test": "jasmine" | ||
"pretest": "npm run build", | ||
"test": "./node_modules/.bin/jasmine-node dist/out-tsc" | ||
}, | ||
@@ -39,3 +40,3 @@ "repository": { | ||
"cpx": "^1.5.0", | ||
"jasmine": "^2.5.3", | ||
"jasmine-node": "^1.14.5", | ||
"typescript": "^2.1.6" | ||
@@ -42,0 +43,0 @@ }, |
ngx-i18nsupport | ||
========= | ||
[![Build Status](https://travis-ci.org/martinroob/ngx-i18nsupport.svg?branch=master)](https://travis-ci.org/martinroob/ngx-i18nsupport) | ||
Some tooling to be used for Angular i18n workflows. | ||
@@ -5,0 +8,0 @@ |
@@ -154,2 +154,5 @@ import fs = require("fs"); | ||
beforeEach(() => { | ||
if (!fs.existsSync(WORKDIR)){ | ||
fs.mkdirSync(WORKDIR); | ||
} | ||
// cleanup workdir | ||
@@ -156,0 +159,0 @@ FileUtil.deleteFolderContentRecursive(WORKDIR); |
67040
22
1300
162