@ewb/translate
Advanced tools
Comparing version 1.2.2 to 1.2.3
{ | ||
"name": "@ewb/translate", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Translate as you create your app. Saves the words and text in a tree structure for fast and easy lookup.", | ||
@@ -14,3 +14,4 @@ "main": "./lib/index.js", | ||
"test": "mocha -r ts-node/register test/**/*.spec.ts", | ||
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts | coveralls", | ||
"coverage": "nyc mocha -r ts-node/register test/**/*.spec.ts", | ||
"coveralls": "yarn coverage | coveralls", | ||
"postversion": "git push && git push --tags", | ||
@@ -46,14 +47,14 @@ "prepublish": "npm run build", | ||
"devDependencies": { | ||
"@types/chai": "^4.2.0", | ||
"@types/chai": "^4.2.7", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.6", | ||
"husky": "^3.0.5", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"pretty-quick": "^1.11.1", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.19.0", | ||
"typescript": "^3.6.2" | ||
"coveralls": "^3.0.9", | ||
"husky": "^4.0.10", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"pretty-quick": "^2.0.1", | ||
"ts-node": "^8.6.2", | ||
"tslint": "^5.20.1", | ||
"typescript": "^3.7.5" | ||
}, | ||
@@ -60,0 +61,0 @@ "peerDependencies": {}, |
# Translate library | ||
[![npm version](https://badge.fury.io/js/%40ewb%2Ftranslate.svg)](https://badge.fury.io/js/%40ewb%2Ftranslate) | ||
[![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) | ||
[![GZIP](https://badgen.net/badge/gzip/1.7kB/green)]() | ||
@@ -6,0 +8,0 @@ This library was created to help you translate your application on the go. |
Sorry, the diff of this file is not supported yet
248
42388