react-i18nify
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -1,3 +0,3 @@ | ||
import React from 'react'; | ||
import ReactDOM from 'react-dom/server'; | ||
const React = require('react'); | ||
const ReactDOM = require('react-dom/server'); | ||
@@ -4,0 +4,0 @@ let ReactI18nfiy = null; |
@@ -1,2 +0,2 @@ | ||
require('babel-core/register'); | ||
require('@babel/register'); | ||
require('./example'); |
{ | ||
"name": "react-i18nify", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Simple i18n translation and localization components and helpers for React applications.", | ||
@@ -56,2 +56,3 @@ "main": "./build/index.js", | ||
"@babel/preset-react": "^7.6.3", | ||
"@babel/register": "^7.6.2", | ||
"babel-eslint": "^10.0.3", | ||
@@ -58,0 +59,0 @@ "enzyme": "^3.10.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44621
19