i18next-fetch-backend
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "i18next-fetch-backend", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "backend layer for i18next using browsers fetch", | ||
"main": "lib/index.js", | ||
"main": "dist/i18next-fetch-backend.cjs.js", | ||
"module": "dist/i18next-fetch-backend.esm.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"lint": "eslint src/", | ||
"build": "babel -d lib src", | ||
"build": "rollup -c", | ||
"prepare": "npm run lint && npm run build" | ||
}, | ||
"files": [ | ||
"lib" | ||
"dist" | ||
], | ||
@@ -30,11 +31,16 @@ "repository": { | ||
"dependencies": { | ||
"i18next-xhr-backend": "^1.4.3" | ||
"i18next-xhr-backend": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"eslint": "^4.7.2", | ||
"eslint-config-airbnb-base": "^12.0.1", | ||
"eslint-plugin-import": "^2.7.0" | ||
"@babel/cli": "^7.1.2", | ||
"@babel/core": "^7.1.2", | ||
"@babel/preset-env": "^7.1.0", | ||
"eslint": "^5.7.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"rollup": "^0.66.6", | ||
"rollup-plugin-babel": "^4.0.3", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-node-resolve": "^3.4.0" | ||
} | ||
} |
# Introduction | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/perrin4869/i18next-fetch-backend.svg?style=flat-square)](https://greenkeeper.io/) | ||
[![Travis](https://img.shields.io/travis/perrin4869/i18next-fetch-backend/master.svg?style=flat-square)](https://travis-ci.org/perrin4869/i18next-fetch-backend) | ||
@@ -17,2 +18,5 @@ [![npm version](https://img.shields.io/npm/v/i18next-fetch-backend.svg?style=flat-square)](https://www.npmjs.com/package/i18next-fetch-backend) | ||
$ npm install --save i18next-fetch-backend | ||
# bower | ||
$ bower install --save i18next-fetch-backend | ||
``` | ||
@@ -19,0 +23,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
22192
7
428
1
147
10
4
Updatedi18next-xhr-backend@^1.5.1