Skip to content

Commit

Permalink
fix rollup build #1527
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jun 30, 2022
1 parent 584e91b commit 7581482
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion react-i18next.js
@@ -1,7 +1,7 @@
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('react')) :
typeof define === 'function' && define.amd ? define(['exports', 'react'], factory) :
(global = global || self, factory(global.ReactI18next = {}, global.react));
(global = global || self, factory(global.ReactI18next = {}, global.React));
}(this, function (exports, react) { 'use strict';

function ownKeys(object, enumerableOnly) {
Expand Down

0 comments on commit 7581482

Please sign in to comment.