@ewb/translate
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@ewb/translate", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.", | ||
@@ -14,3 +14,3 @@ "main": "./lib/index.js", | ||
"test": "mocha -r ts-node/register test/**/*.spec.ts", | ||
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts", | ||
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts | coveralls", | ||
"postversion": "git push && git push --tags", | ||
@@ -49,2 +49,3 @@ "prepublish": "npm run build", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.6", | ||
"husky": "^3.0.5", | ||
@@ -51,0 +52,0 @@ "mocha": "^6.2.0", |
# Translate library | ||
[![CircleCI](https://circleci.com/gh/EmilsWebbod/translate/tree/master.svg?style=svg)](https://circleci.com/gh/EmilsWebbod/translate/tree/master) | ||
[![Coverage Status](https://coveralls.io/repos/github/EmilsWebbod/translate/badge.svg?branch=master)](https://coveralls.io/github/EmilsWebbod/translate?branch=master) | ||
@@ -5,0 +6,0 @@ This library was created to help you translate your application on the go. |
49080
21
246
12