Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Feb 10, 2019
1 parent 5660e39 commit 56f9f42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 15.0.1

- fix export name on global (typo)

### 15.0.0

- update build process (while all test passes feeling more save making this a major release)
Expand Down
2 changes: 1 addition & 1 deletion i18next.js
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.iI18next = factory());
(global = global || self, global.i18next = factory());
}(this, function () { 'use strict';

function _defineProperty(obj, key, value) {
Expand Down
2 changes: 1 addition & 1 deletion i18next.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rollup.config.js
Expand Up @@ -36,7 +36,7 @@ export default {
external: ['react', 'react-dom'],
// moduleId: 'i18next',
output: {
name: 'iI18next',
name: 'i18next',
format,
file,
},
Expand Down

0 comments on commit 56f9f42

Please sign in to comment.