react-flex
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -15,5 +15,9 @@ 'use strict'; | ||
var _prefix = require('./prefix'); | ||
var _prefix2 = _interopRequireDefault(_prefix); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var PREFIX = 'react-flex'; | ||
var PREFIX = _prefix2.default; | ||
@@ -20,0 +24,0 @@ exports.default = function (props) { |
{ | ||
"name": "react-flex", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
import join from './join' | ||
import props2flex from './props2flex' | ||
import prefix from './prefix' | ||
const PREFIX = 'react-flex' | ||
const PREFIX = prefix | ||
@@ -6,0 +7,0 @@ export default (props) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
684124
6554