i18next-fetch-backend
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "i18next-fetch-backend", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "backend layer for i18next using browsers fetch", | ||
"main": "dist/i18next-fetch-backend.cjs.js", | ||
"module": "dist/i18next-fetch-backend.esm.js", | ||
"typings": "./index.d.ts", | ||
"scripts": { | ||
@@ -16,3 +17,4 @@ "test": "mocha", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"index.d.ts" | ||
], | ||
@@ -40,3 +42,3 @@ "repository": { | ||
"@babel/register": "^7.0.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-istanbul": "^5.1.1", | ||
@@ -49,2 +51,3 @@ "chai": "^4.2.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-mocha": "^6.1.0", | ||
"finalhandler": "^1.1.1", | ||
@@ -51,0 +54,0 @@ "i18next": "^15.0.4", |
36216
7
856
22